|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTDHandler | |
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. |
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 DTDHandler in com.sun.xml.parser |
Subinterfaces of DTDHandler in com.sun.xml.parser | |
interface |
DtdEventListener
When parsing XML documents, DTD related events are signaled through this interface. |
Methods in com.sun.xml.parser that return DTDHandler | |
DTDHandler |
Parser.getDTDHandler()
Returns the handler used to deliver unparsed entity information. |
Methods in com.sun.xml.parser with parameters of type DTDHandler | |
void |
Parser.setDTDHandler(DTDHandler handler)
SAX: Used by applications to see unparsed entity information, this assigns the handler for the basic SAX DTD events as well as the extended "DtdEventListener" events. |
Uses of DTDHandler in org.xml.sax |
Classes in org.xml.sax that implement DTDHandler | |
class |
HandlerBase
Default base class for handlers. |
Methods in org.xml.sax with parameters of type DTDHandler | |
void |
Parser.setDTDHandler(DTDHandler handler)
Allow an application to register a DTD event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |