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

Class XMLReaderAdapter

  • All Implemented Interfaces:
    ContentHandlerParser


    public class XMLReaderAdapter
    extends Object
    implements Parser, ContentHandler
    将SAX2 XMLReader修改为SAX1解析器。
    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.

    这个类包装一个SAX2 XMLReader并使其作为SAX1 Parser XMLReader必须支持http://xml.org/sax/features/namespace-prefixes属性的真实值,否则解析将失败,并显示SAXException ; 如果XMLReader支持http://xml.org/sax/features/namespaces属性的错误值,那么这也将用于提高效率。

    从以下版本开始:
    1.4,SAX 2.0
    另请参见:
    ParserXMLReader