Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.XMLEntityHandler
-
Packages that use XMLEntityHandler Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl -
-
Uses of XMLEntityHandler 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 XMLEntityHandler Modifier and Type Class Description classXML11DocumentScannerImplThis class is responsible for scanning XML document structure and content.classXML11DTDScannerImplThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.classXML11NSDocumentScannerImplThe scanner acts as the source for the document information which is communicated to the document handler.classXMLDocumentFragmentScannerImplThis class is responsible for scanning the structure and content of document fragments.classXMLDocumentScannerImplThis class is responsible for scanning XML document structure and content.classXMLDTDScannerImplThis class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.classXMLNSDocumentScannerImplThe scanner acts as the source for the document information which is communicated to the document handler.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLEntityHandler Modifier and Type Field Description protected XMLEntityHandlerXMLEntityManager. fEntityHandlerEntity handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLEntityHandler Modifier and Type Method Description voidXMLEntityManager. setEntityHandler(XMLEntityHandler entityHandler)Sets the entity handler.voidXMLVersionDetector. startDocumentParsing(XMLEntityHandler scanner, short version)Reset the reference to the appropriate scanner given the version of the document and start document scanning.
-