|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentHandler | |
com.sun.xml.parser | This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. |
com.sun.xml.tree | This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. |
org.xml.sax | SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. |
Uses of DocumentHandler in com.sun.xml.parser |
Subinterfaces of DocumentHandler in com.sun.xml.parser | |
interface |
LexicalEventListener
Provides notification of information which DOM permits to be exposed. |
Methods in com.sun.xml.parser that return DocumentHandler | |
DocumentHandler |
Parser.getDocumentHandler()
Returns the application being driven by the parser. |
Methods in com.sun.xml.parser with parameters of type DocumentHandler | |
void |
Parser.setDocumentHandler(DocumentHandler handler)
SAX: The primary application hook into the parser, this assigns the handler for the basic SAX document events as well as the extended "lexical" events. |
Uses of DocumentHandler in com.sun.xml.tree |
Classes in com.sun.xml.tree that implement DocumentHandler | |
class |
XmlDocumentBuilder
This class is a SAX DocumentHandler which converts a stream of parse events into an in-memory DOM document. |
Uses of DocumentHandler in org.xml.sax |
Classes in org.xml.sax that implement DocumentHandler | |
class |
HandlerBase
Default base class for handlers. |
Methods in org.xml.sax with parameters of type DocumentHandler | |
void |
Parser.setDocumentHandler(DocumentHandler handler)
Allow an application to register a document event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |