|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTDHandler | |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.dom4j.io.aelfred2 | This code has been taken from the GNU JAXP Project. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of DTDHandler in org.dom4j.io |
Classes in org.dom4j.io that implement DTDHandler | |
class |
HTMLWriter
HTMLWriter takes a DOM4J tree and formats it to a
stream as HTML. |
class |
SAXContentHandler
SAXContentHandler builds a dom4j tree via SAX events. |
class |
XMLWriter
XMLWriter takes a DOM4J tree and formats it to a
stream as XML. |
Methods in org.dom4j.io that return DTDHandler | |
DTDHandler |
SAXWriter.getDTDHandler()
|
Methods in org.dom4j.io with parameters of type DTDHandler | |
void |
SAXWriter.setDTDHandler(DTDHandler dtdHandler)
Sets the DTDHandler . |
Uses of DTDHandler in org.dom4j.io.aelfred |
Methods in org.dom4j.io.aelfred that return DTDHandler | |
DTDHandler |
SAXDriver.getDTDHandler()
Deprecated. SAX2: Returns the object used to process declarations related to notations and unparsed entities. |
Methods in org.dom4j.io.aelfred with parameters of type DTDHandler | |
void |
SAXDriver.setDTDHandler(DTDHandler handler)
Deprecated. SAX1, SAX2: Set the DTD handler for this parser. |
Uses of DTDHandler in org.dom4j.io.aelfred2 |
Methods in org.dom4j.io.aelfred2 that return DTDHandler | |
DTDHandler |
SAXDriver.getDTDHandler()
SAX2: Returns the object used to process declarations related to notations and unparsed entities. |
Methods in org.dom4j.io.aelfred2 with parameters of type DTDHandler | |
void |
SAXDriver.setDTDHandler(DTDHandler handler)
SAX1, SAX2: Set the DTD handler for this parser. |
Uses of DTDHandler in org.xml.sax |
Classes in org.xml.sax that implement DTDHandler | |
class |
HandlerBase
Deprecated. This class works with the deprecated DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
Methods in org.xml.sax that return DTDHandler | |
DTDHandler |
XMLReader.getDTDHandler()
Return the current DTD handler. |
Methods in org.xml.sax with parameters of type DTDHandler | |
void |
XMLReader.setDTDHandler(DTDHandler handler)
Allow an application to register a DTD event handler. |
void |
Parser.setDTDHandler(DTDHandler handler)
Deprecated. Allow an application to register a DTD event handler. |
Uses of DTDHandler in org.xml.sax.ext |
Classes in org.xml.sax.ext that implement DTDHandler | |
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Uses of DTDHandler in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement DTDHandler | |
class |
DefaultHandler
Default base class for SAX2 event handlers. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
Methods in org.xml.sax.helpers that return DTDHandler | |
DTDHandler |
XMLFilterImpl.getDTDHandler()
Get the current DTD event handler. |
DTDHandler |
ParserAdapter.getDTDHandler()
Return the current DTD handler. |
Methods in org.xml.sax.helpers with parameters of type DTDHandler | |
void |
XMLReaderAdapter.setDTDHandler(DTDHandler handler)
Register the DTD event handler. |
void |
XMLFilterImpl.setDTDHandler(DTDHandler handler)
Set the DTD event handler. |
void |
ParserAdapter.setDTDHandler(DTDHandler handler)
Set the DTD handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |