|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandler | |
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 ContentHandler in org.dom4j.io |
Classes in org.dom4j.io that implement ContentHandler | |
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 ContentHandler | |
ContentHandler |
XMLResult.getHandler()
|
ContentHandler |
SAXWriter.getContentHandler()
|
Methods in org.dom4j.io with parameters of type ContentHandler | |
void |
SAXWriter.setContentHandler(ContentHandler contentHandler)
Sets the ContentHandler called when SAX events
are raised |
void |
DocumentResult.setHandler(ContentHandler handler)
|
Constructors in org.dom4j.io with parameters of type ContentHandler | |
SAXWriter(ContentHandler contentHandler)
|
|
SAXWriter(ContentHandler contentHandler,
LexicalHandler lexicalHandler)
|
|
SAXWriter(ContentHandler contentHandler,
LexicalHandler lexicalHandler,
EntityResolver entityResolver)
|
Uses of ContentHandler in org.dom4j.io.aelfred |
Methods in org.dom4j.io.aelfred that return ContentHandler | |
ContentHandler |
SAXDriver.getContentHandler()
Deprecated. SAX2: Returns the object used to report the logical content of an XML document. |
Methods in org.dom4j.io.aelfred with parameters of type ContentHandler | |
void |
SAXDriver.setContentHandler(ContentHandler handler)
Deprecated. SAX2: Assigns the object used to report the logical content of an XML document. |
Uses of ContentHandler in org.dom4j.io.aelfred2 |
Methods in org.dom4j.io.aelfred2 that return ContentHandler | |
ContentHandler |
SAXDriver.getContentHandler()
SAX2: Returns the object used to report the logical content of an XML document. |
Methods in org.dom4j.io.aelfred2 with parameters of type ContentHandler | |
void |
SAXDriver.setContentHandler(ContentHandler handler)
SAX2: Assigns the object used to report the logical content of an XML document. |
Uses of ContentHandler in org.xml.sax |
Methods in org.xml.sax that return ContentHandler | |
ContentHandler |
XMLReader.getContentHandler()
Return the current content handler. |
Methods in org.xml.sax with parameters of type ContentHandler | |
void |
XMLReader.setContentHandler(ContentHandler handler)
Allow an application to register a content event handler. |
Uses of ContentHandler in org.xml.sax.ext |
Classes in org.xml.sax.ext that implement ContentHandler | |
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Uses of ContentHandler in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement ContentHandler | |
class |
DefaultHandler
Default base class for SAX2 event handlers. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
class |
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser. |
Methods in org.xml.sax.helpers that return ContentHandler | |
ContentHandler |
XMLFilterImpl.getContentHandler()
Get the content event handler. |
ContentHandler |
ParserAdapter.getContentHandler()
Return the current content handler. |
Methods in org.xml.sax.helpers with parameters of type ContentHandler | |
void |
XMLFilterImpl.setContentHandler(ContentHandler handler)
Set the content event handler. |
void |
ParserAdapter.setContentHandler(ContentHandler handler)
Set the content handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |