Uses of Interface
org.xml.sax.DocumentHandler
Packages that use DocumentHandler
包
描述
Provides the interfaces for the Simple API for XML (SAX).
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of DocumentHandler in org.xml.sax
Classes in org.xml.sax that implement DocumentHandlerMethods in org.xml.sax with parameters of type DocumentHandler修饰符和类方法描述void
Parser.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 DocumentHandlerMethods in org.xml.sax.helpers with parameters of type DocumentHandler修饰符和类方法描述void
XMLReaderAdapter.setDocumentHandler
(DocumentHandler handler) Register the SAX1 document event handler.
DocumentHandler
interface.