| 类 | 描述 | 
|---|---|
| AttributeListImpl | Deprecated  
          这个类实现了一个不推荐的接口,  AttributeList; 
          该接口已被Attributes替代 ,它是在AttributesImpl帮助类中实现的。 | 
| AttributesImpl | 
           属性界面的默认实现。 
          | 
| DefaultHandler | 
           SAX2事件处理程序的默认基类。 
          | 
| LocatorImpl | 
           提供Locator的可选便利实现。 
          | 
| NamespaceSupport | 
           封装使用SAX的应用程序或由SAX驱动程序内部使用的命名空间逻辑。 
          | 
| ParserAdapter | 
           将SAX1解析器调整为SAX2 XMLReader。 
          | 
| ParserFactory | Deprecated  
          此类与已弃用的 Parser接口配合使用。 | 
| XMLFilterImpl | 
           用于导出XML过滤器的基类。 
          | 
| XMLReaderAdapter | 
           将SAX2 XMLReader修改为SAX1解析器。 
          | 
| XMLReaderFactory | 
           用于创建XML阅读器的工厂。 
          | 
该软件包包含“助手”类,包括支持基于SAX的应用程序引导。
有关SAX的更多信息,请参阅http://www.saxproject.org 。
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.