Uses of Interface
org.xml.sax.DocumentHandler
| Package | Description |
|---|---|
| org.xml.sax | |
| org.xml.sax.helpers |
-
Uses of DocumentHandler in org.xml.sax
Classes in org.xml.sax that implement DocumentHandler Modifier and Type Class Description classHandlerBaseDeprecated.Methods in org.xml.sax with parameters of type DocumentHandler Modifier and Type Method Description voidParser. setDocumentHandler(DocumentHandler handler)Deprecated.Allow an application to register a document event handler. -
Uses of DocumentHandler in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement DocumentHandler Modifier and Type Class Description classParserAdapterAdapt a SAX1 Parser as a SAX2 XMLReader.Methods in org.xml.sax.helpers with parameters of type DocumentHandler Modifier and Type Method Description voidXMLReaderAdapter. setDocumentHandler(DocumentHandler handler)Register the SAX1 document event handler.
DocumentHandlerinterface.