Uses of Class
org.apache.xerces.impl.XMLDTDScannerImpl

Packages that use XMLDTDScannerImpl
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs.opti   
 

Uses of XMLDTDScannerImpl in org.apache.xerces.impl
 

Subclasses of XMLDTDScannerImpl in org.apache.xerces.impl
 class XML11DTDScannerImpl
          This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
 

Uses of XMLDTDScannerImpl in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as XMLDTDScannerImpl
protected  XMLDTDScannerImpl XMLDTDLoader.fDTDScanner
           
 

Methods in org.apache.xerces.impl.dtd that return XMLDTDScannerImpl
protected  XMLDTDScannerImpl XMLDTDLoader.createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
           
protected  XMLDTDScannerImpl XML11DTDProcessor.createDTDScanner(SymbolTable symbolTable, XMLErrorReporter errorReporter, XMLEntityManager entityManager)
           
 

Uses of XMLDTDScannerImpl in org.apache.xerces.impl.xs.opti
 

Fields in org.apache.xerces.impl.xs.opti declared as XMLDTDScannerImpl
protected  XMLDTDScannerImpl SchemaParsingConfig.fDTDScanner
          The XML 1.0 DTD scanner.
 



Copyright © 2011. All Rights Reserved.