|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTDHandler | |
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 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 |