Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLDocumentFilter
-
-
Uses of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Subinterfaces of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl Modifier and Type Interface Description interfaceRevalidationHandlerDOM Revalidation handler adds additional functionality to XMLDocumentHandlerClasses in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLDocumentFilter Modifier and Type Class Description classXML11NamespaceBinderThis class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.classXMLNamespaceBinderThis class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler. -
Uses of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Subinterfaces of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd Modifier and Type Interface Description interfaceXMLDTDValidatorFilterDefines a DTD Validator filter to allow components to query the DTD validator.Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLDocumentFilter Modifier and Type Class Description classXML11DTDValidatorThis allows the validator to correctlyhandle XML 1.1 documents.classXML11NSDTDValidatorThe DTD validator.classXMLDTDValidatorThe DTD validator.classXMLNSDTDValidatorThe DTD validator. -
Uses of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XMLDocumentFilter Modifier and Type Class Description classXMLSchemaValidatorThe XML Schema validator. -
Uses of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that implement XMLDocumentFilter Modifier and Type Class Description classXIncludeHandlerThis is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions. -
Uses of XMLDocumentFilter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer that implement XMLDocumentFilter Modifier and Type Class Description classXPointerHandlerThis is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
-