模块
java.xml
Package org.xml.sax.helpers
提供帮助程序类,包括支持引导基于SAX的应用程序。
有关SAX的更多信息,请参见http://www.saxproject.org 。
- 从以下版本开始:
- 1.4
-
类摘要 类 描述 AttributeListImpl Deprecated. This class implements a deprecated interface,AttributeList
; that interface has been replaced byAttributes
, which is implemented in theAttributesImpl
helper class.AttributesImpl Attributes接口的默认实现。DefaultHandler SAX2事件处理程序的默认基类。LocatorImpl 提供Locator的可选便捷实现。NamespaceSupport 封装命名空间逻辑以供使用SAX的应用程序使用,或由SAX驱动程序内部封装。ParserAdapter 将SAX1 Parser调整为SAX2 XMLReader。ParserFactory Deprecated. This class works with the deprecatedParser
interface.XMLFilterImpl 用于派生XML过滤器的基类。XMLReaderAdapter 将SAX2 XMLReader调整为SAX1解析器。XMLReaderFactory Deprecated. It is recommended to useSAXParserFactory
instead.