Uses of Interface
org.apache.xerces.xni.parser.XMLDocumentFilter

Packages that use XMLDocumentFilter
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.xinclude   
org.apache.xerces.xpointer   
 

Uses of XMLDocumentFilter in org.apache.xerces.impl
 

Subinterfaces of XMLDocumentFilter in org.apache.xerces.impl
 interface RevalidationHandler
          DOM Revalidation handler adds additional functionality to XMLDocumentHandler
 

Classes in org.apache.xerces.impl that implement XMLDocumentFilter
 class XML11NamespaceBinder
          This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
 class XMLNamespaceBinder
          This 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.apache.xerces.impl.dtd
 

Subinterfaces of XMLDocumentFilter in org.apache.xerces.impl.dtd
 interface XMLDTDValidatorFilter
          Defines a DTD Validator filter to allow components to query the DTD validator.
 

Classes in org.apache.xerces.impl.dtd that implement XMLDocumentFilter
 class XML11DTDValidator
          This allows the validator to correctlyhandle XML 1.1 documents.
 class XML11NSDTDValidator
          The DTD validator.
 class XMLDTDValidator
          The DTD validator.
 class XMLNSDTDValidator
          The DTD validator.
 

Uses of XMLDocumentFilter in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XMLDocumentFilter
 class XMLSchemaValidator
          The XML Schema validator.
 

Uses of XMLDocumentFilter in org.apache.xerces.xinclude
 

Classes in org.apache.xerces.xinclude that implement XMLDocumentFilter
 class XIncludeHandler
           This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.
 

Uses of XMLDocumentFilter in org.apache.xerces.xpointer
 

Classes in org.apache.xerces.xpointer that implement XMLDocumentFilter
 class XPointerHandler
           This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
 



Copyright © 2011. All Rights Reserved.