模块  java.xml
软件包  org.xml.sax.helpers

Class XMLReaderAdapter

  • 实现的所有接口
    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属性的false值,那么它也将用于提高效率。

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