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

Packages that use XMLDocumentSource
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.xinclude   
org.apache.xerces.xni   
org.apache.xerces.xni.parser   
org.apache.xerces.xpointer   
 

Uses of XMLDocumentSource in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return XMLDocumentSource
 XMLDocumentSource DOMNormalizer.getDocumentSource()
          Returns the document source.
 

Methods in org.apache.xerces.dom with parameters of type XMLDocumentSource
 void DOMNormalizer.setDocumentSource(XMLDocumentSource source)
          Sets the document source.
 

Uses of XMLDocumentSource in org.apache.xerces.impl
 

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

Classes in org.apache.xerces.impl that implement XMLDocumentSource
 class XML11DocumentScannerImpl
          This class is responsible for scanning XML document structure and content.
 class XML11NamespaceBinder
          This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.
 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 XMLNamespaceBinder
          This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.
 class XMLNSDocumentScannerImpl
          The scanner acts as the source for the document information which is communicated to the document handler.
 

Methods in org.apache.xerces.impl that return XMLDocumentSource
 XMLDocumentSource XMLNamespaceBinder.getDocumentSource()
          Returns the document source
 

Methods in org.apache.xerces.impl with parameters of type XMLDocumentSource
 void XMLNamespaceBinder.setDocumentSource(XMLDocumentSource source)
          Sets the document source
 

Uses of XMLDocumentSource in org.apache.xerces.impl.dtd
 

Subinterfaces of XMLDocumentSource 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 XMLDocumentSource
 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.
 

Methods in org.apache.xerces.impl.dtd that return XMLDocumentSource
 XMLDocumentSource XMLDTDValidator.getDocumentSource()
          Returns the document source
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLDocumentSource
 void XMLDTDValidator.setDocumentSource(XMLDocumentSource source)
          Sets the document source
 

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

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

Methods in org.apache.xerces.impl.xs that return XMLDocumentSource
 XMLDocumentSource XMLSchemaValidator.getDocumentSource()
          Returns the document source
 

Methods in org.apache.xerces.impl.xs with parameters of type XMLDocumentSource
 void XMLSchemaValidator.setDocumentSource(XMLDocumentSource source)
          Sets the document source
 

Uses of XMLDocumentSource in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that return XMLDocumentSource
 XMLDocumentSource DefaultXMLDocumentHandler.getDocumentSource()
          Returns the document source.
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type XMLDocumentSource
 void DefaultXMLDocumentHandler.setDocumentSource(XMLDocumentSource source)
          Sets the document source.
 

Uses of XMLDocumentSource in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return XMLDocumentSource
 XMLDocumentSource AbstractXMLDocumentParser.getDocumentSource()
          Returns the document source
 

Methods in org.apache.xerces.parsers with parameters of type XMLDocumentSource
 void AbstractXMLDocumentParser.setDocumentSource(XMLDocumentSource source)
          Sets the document source
 

Uses of XMLDocumentSource in org.apache.xerces.xinclude
 

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

Methods in org.apache.xerces.xinclude that return XMLDocumentSource
 XMLDocumentSource XIncludeHandler.getDocumentSource()
           
 

Methods in org.apache.xerces.xinclude with parameters of type XMLDocumentSource
 void XIncludeHandler.setDocumentSource(XMLDocumentSource source)
           
 

Uses of XMLDocumentSource in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni that return XMLDocumentSource
 XMLDocumentSource XMLDocumentHandler.getDocumentSource()
          Returns the document source.
 

Methods in org.apache.xerces.xni with parameters of type XMLDocumentSource
 void XMLDocumentHandler.setDocumentSource(XMLDocumentSource source)
          Sets the document source.
 

Uses of XMLDocumentSource in org.apache.xerces.xni.parser
 

Subinterfaces of XMLDocumentSource in org.apache.xerces.xni.parser
 interface XMLDocumentFilter
          Defines a document filter that acts as both a receiver and an emitter of document events.
 interface XMLDocumentScanner
          This interface defines a generic document scanner.
 

Uses of XMLDocumentSource in org.apache.xerces.xpointer
 

Classes in org.apache.xerces.xpointer that implement XMLDocumentSource
 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.