Module java.xml
Package org.xml.sax.helpers
package org.xml.sax.helpers
提供辅助类,包括支持引导基于SAX的应用程序。
- API 注意:
- SAX API 最初由SAX项目开发,自Java SE 1.4起已被定义。
- 自版本:
- 1.4
-
ClassDescriptionDeprecated.Attributes接口的默认实现。SAX2事件处理程序的默认基类。为Locator提供一个可选的便利实现。封装命名空间逻辑,供使用SAX的应用程序使用,或者由SAX驱动程序内部使用。将SAX1解析器适配为SAX2 XMLReader。Deprecated.This class works with the deprecated
Parser
interface.派生XML过滤器的基类。将SAX2 XMLReader适配为SAX1解析器。Deprecated.It is recommended to useSAXParserFactory
instead.
AttributeList
; that interface has been replaced byAttributes
, which is implemented in theAttributesImpl
helper class.