Module  java.xml
软件包  org.xml.sax.helpers

Class ParserAdapter

  • All Implemented Interfaces:
    DocumentHandlerXMLReader


    public class ParserAdapter
    extends Object
    implements XMLReader, DocumentHandler
    将SAX1解析器调整为SAX2 XMLReader。
    This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See http://www.saxproject.org for further information.

    此类包装一个SAX1 Parser并使其作为SAX2 XMLReader ,具有功能,属性和命名空间支持。 请注意,无法报告skippedEntity事件,因为SAX1未提供此信息。

    此适配器不测试重复的命名空间限定的属性名称。

    从以下版本开始:
    1.4,SAX 2.0
    Version:
    2.0.1(sax2r2)
    另请参见:
    XMLReaderAdapterXMLReaderParser