Uses of Interface
org.apache.xerces.xni.XMLDTDHandler

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

Uses of XMLDTDHandler in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return XMLDTDHandler
 XMLDTDHandler DOMConfigurationImpl.getDTDHandler()
          Returns the registered DTD handler.
 

Methods in org.apache.xerces.dom with parameters of type XMLDTDHandler
 void DOMConfigurationImpl.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 

Uses of XMLDTDHandler in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl that return XMLDTDHandler
 XMLDTDHandler XMLDTDScannerImpl.getDTDHandler()
          getDTDHandler
 

Methods in org.apache.xerces.impl with parameters of type XMLDTDHandler
 void XMLDTDScannerImpl.setDTDHandler(XMLDTDHandler dtdHandler)
          setDTDHandler
 

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

Classes in org.apache.xerces.impl.dtd that implement XMLDTDHandler
 class DTDGrammar
          A DTD grammar.
 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 XMLDTDHandler
 XMLDTDHandler XMLDTDProcessor.getDTDHandler()
          Returns the DTD handler.
 

Methods in org.apache.xerces.impl.dtd with parameters of type XMLDTDHandler
 void XMLDTDProcessor.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 

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

Classes in org.apache.xerces.impl.xs.opti that implement XMLDTDHandler
 class DefaultXMLDocumentHandler
           
 class SchemaDOMParser
           
 

Uses of XMLDTDHandler in org.apache.xerces.jaxp
 

Classes in org.apache.xerces.jaxp that implement XMLDTDHandler
static class SAXParserImpl.JAXPSAXParser
          Extension of SAXParser.
 

Uses of XMLDTDHandler in org.apache.xerces.parsers
 

Classes in org.apache.xerces.parsers that implement XMLDTDHandler
 class AbstractDOMParser
          This is the base class of all DOM parsers.
 class AbstractSAXParser
          This is the base class of all SAX parsers.
 class AbstractXMLDocumentParser
          This is the base class for all XML document parsers.
 class DOMASBuilderImpl
          Deprecated.  
 class DOMParser
          This is the main Xerces DOM parser class.
 class DOMParserImpl
          This is Xerces DOM Builder class.
 class DTDParser
           
 class SAXParser
          This is the main Xerces SAX parser class.
 class XMLDocumentParser
          This is a concrete vanilla XML parser class.
 

Methods in org.apache.xerces.parsers that return XMLDTDHandler
 XMLDTDHandler XML11DTDConfiguration.getDTDHandler()
          Returns the registered DTD handler.
 XMLDTDHandler XML11NonValidatingConfiguration.getDTDHandler()
          Returns the registered DTD handler.
 XMLDTDHandler BasicParserConfiguration.getDTDHandler()
          Returns the registered DTD handler.
 XMLDTDHandler XML11Configuration.getDTDHandler()
          Returns the registered DTD handler.
 

Methods in org.apache.xerces.parsers with parameters of type XMLDTDHandler
 void XML11DTDConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 void XML11NonValidatingConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 void BasicParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 void XML11Configuration.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 

Uses of XMLDTDHandler in org.apache.xerces.xinclude
 

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

Methods in org.apache.xerces.xinclude with parameters of type XMLDTDHandler
 void XIncludeHandler.setDTDHandler(XMLDTDHandler handler)
           
 

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

Subinterfaces of XMLDTDHandler in org.apache.xerces.xni.parser
 interface XMLDTDFilter
          Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
 

Methods in org.apache.xerces.xni.parser that return XMLDTDHandler
 XMLDTDHandler XMLDTDSource.getDTDHandler()
          Returns the DTD handler.
 XMLDTDHandler XMLParserConfiguration.getDTDHandler()
          Returns the registered DTD handler.
 

Methods in org.apache.xerces.xni.parser with parameters of type XMLDTDHandler
 void XMLDTDSource.setDTDHandler(XMLDTDHandler handler)
          Sets the DTD handler.
 void XMLParserConfiguration.setDTDHandler(XMLDTDHandler dtdHandler)
          Sets the DTD handler.
 

Uses of XMLDTDHandler in org.apache.xerces.xpointer
 

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