|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalHandler | |
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.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
Uses of LexicalHandler in org.dom4j.io |
Classes in org.dom4j.io that implement LexicalHandler | |
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 LexicalHandler | |
LexicalHandler |
XMLResult.getLexicalHandler()
|
LexicalHandler |
SAXWriter.getLexicalHandler()
|
LexicalHandler |
XMLWriter.getLexicalHandler()
|
Methods in org.dom4j.io with parameters of type LexicalHandler | |
void |
SAXWriter.setLexicalHandler(LexicalHandler lexicalHandler)
Sets the LexicalHandler . |
void |
XMLWriter.setLexicalHandler(LexicalHandler handler)
|
void |
DocumentResult.setLexicalHandler(LexicalHandler handler)
|
Constructors in org.dom4j.io with parameters of type LexicalHandler | |
SAXWriter(ContentHandler contentHandler,
LexicalHandler lexicalHandler)
|
|
SAXWriter(ContentHandler contentHandler,
LexicalHandler lexicalHandler,
EntityResolver entityResolver)
|
Uses of LexicalHandler in org.dom4j.io.aelfred |
Classes in org.dom4j.io.aelfred that implement LexicalHandler | |
class |
DefaultHandler
Deprecated. Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! |
Uses of LexicalHandler in org.xml.sax.ext |
Classes in org.xml.sax.ext that implement LexicalHandler | |
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |