Uses of Interface
org.xml.sax.DocumentHandler
-
Packages that use DocumentHandler 软件包 描述 org.xml.sax 提供核心SAX API。org.xml.sax.helpers 提供帮助类,包括支持引导基于SAX的应用程序。 -
-
Uses of DocumentHandler in org.xml.sax
Classes in org.xml.sax that implement DocumentHandler Modifier and Type Class 描述 classHandlerBase已过时。此类与已弃用的DocumentHandler接口配合使用。 它已被SAX2DefaultHandler类替代。Methods in org.xml.sax with parameters of type DocumentHandler Modifier and Type 方法 描述 voidParser. setDocumentHandler(DocumentHandler handler)已过时。允许应用程序注册文档事件处理程序。 -
Uses of DocumentHandler in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement DocumentHandler Modifier and Type Class 描述 classParserAdapter将SAX1解析器调整为SAX2 XMLReader。Methods in org.xml.sax.helpers with parameters of type DocumentHandler Modifier and Type 方法 描述 voidXMLReaderAdapter. setDocumentHandler(DocumentHandler handler)注册SAX1文档事件处理程序。
-