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

Packages that use XMLDocumentScannerImpl
org.apache.xerces.impl   
org.apache.xerces.parsers   
 

Uses of XMLDocumentScannerImpl in org.apache.xerces.impl
 

Subclasses of XMLDocumentScannerImpl in org.apache.xerces.impl
 class XML11DocumentScannerImpl
          This class is responsible for scanning XML document structure and content.
 class XML11NSDocumentScannerImpl
          The scanner acts as the source for the document information which is communicated to the document handler.
 class XMLNSDocumentScannerImpl
          The scanner acts as the source for the document information which is communicated to the document handler.
 

Uses of XMLDocumentScannerImpl in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as XMLDocumentScannerImpl
protected  XMLDocumentScannerImpl XML11NonValidatingConfiguration.fNonNSScanner
          The XML 1.0 Non-namespace implementation of scanner
protected  XMLDocumentScannerImpl XML11DTDConfiguration.fNonNSScanner
          The XML 1.0 Non-namespace implementation of scanner
protected  XMLDocumentScannerImpl XML11Configuration.fNonNSScanner
          The XML 1.0 Non-namespace implementation of scanner
protected  XMLDocumentScannerImpl IntegratedParserConfiguration.fNonNSScanner
          Default Xerces implementation of scanner
 



Copyright © 2011. All Rights Reserved.