Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLDocumentScanner
-
-
Uses of XMLDocumentScanner in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLDocumentScanner Modifier and Type Class Description 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
XMLDocumentFragmentScannerImpl
This class is responsible for scanning the structure and content of document fragments.class
XMLDocumentScannerImpl
This class is responsible for scanning XML document structure and content.class
XMLNSDocumentScannerImpl
The scanner acts as the source for the document information which is communicated to the document handler. -
Uses of XMLDocumentScanner in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti declared as XMLDocumentScanner Modifier and Type Field Description protected XMLDocumentScanner
SchemaParsingConfig. fCurrentScanner
Current scanner -
Uses of XMLDocumentScanner in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLDocumentScanner Modifier and Type Field Description protected XMLDocumentScanner
XML11Configuration. fCurrentScanner
Current scannerprotected XMLDocumentScanner
XML11DTDConfiguration. fCurrentScanner
Current scannerprotected XMLDocumentScanner
XML11NonValidatingConfiguration. fCurrentScanner
Current scannerprotected XMLDocumentScanner
DTDConfiguration. fScanner
Document scanner.protected XMLDocumentScanner
NonValidatingConfiguration. fScanner
Document scanner.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLDocumentScanner Modifier and Type Method Description protected XMLDocumentScanner
DTDConfiguration. createDocumentScanner()
Create a document scanner.protected XMLDocumentScanner
IntegratedParserConfiguration. createDocumentScanner()
Create a document scanner: this scanner performs namespace bindingprotected XMLDocumentScanner
NonValidatingConfiguration. createDocumentScanner()
Create a document scanner.
-