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

Packages that use XMLDTDSource
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
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 XMLDTDSource in org.apache.xerces.impl
 

Classes in org.apache.xerces.impl that implement XMLDTDSource
 class XML11DTDScannerImpl
          This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
 class XMLDTDScannerImpl
          This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.
 

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

Classes in org.apache.xerces.impl.dtd that implement XMLDTDSource
 class XML11DTDProcessor
          This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.
 class XMLDTDLoader
          The DTD loader.
 class XMLDTDProcessor
          The DTD processor.
 

Methods in org.apache.xerces.impl.dtd that return XMLDTDSource
 XMLDTDSource DTDGrammar.getDTDSource()
           
 XMLDTDSource XMLDTDProcessor.getDTDSource()
           
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLDTDSource
 void DTDGrammar.setDTDSource(XMLDTDSource source)
           
 void XMLDTDProcessor.setDTDSource(XMLDTDSource source)
           
 

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

Methods in org.apache.xerces.impl.xs.opti that return XMLDTDSource
 XMLDTDSource DefaultXMLDocumentHandler.getDTDSource()
           
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type XMLDTDSource
 void DefaultXMLDocumentHandler.setDTDSource(XMLDTDSource source)
           
 

Uses of XMLDTDSource in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return XMLDTDSource
 XMLDTDSource AbstractXMLDocumentParser.getDTDSource()
           
 

Methods in org.apache.xerces.parsers with parameters of type XMLDTDSource
 void AbstractXMLDocumentParser.setDTDSource(XMLDTDSource source)
           
 

Uses of XMLDTDSource in org.apache.xerces.xinclude
 

Classes in org.apache.xerces.xinclude that implement XMLDTDSource
 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 XMLDTDSource
 XMLDTDSource XIncludeHandler.getDTDSource()
           
 

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

Uses of XMLDTDSource in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni that return XMLDTDSource
 XMLDTDSource XMLDTDHandler.getDTDSource()
           
 

Methods in org.apache.xerces.xni with parameters of type XMLDTDSource
 void XMLDTDHandler.setDTDSource(XMLDTDSource source)
           
 

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

Subinterfaces of XMLDTDSource in org.apache.xerces.xni.parser
 interface XMLDTDFilter
          Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
 interface XMLDTDScanner
          This interface defines a generic DTD scanner.
 

Uses of XMLDTDSource in org.apache.xerces.xpointer
 

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