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

Class ParserFactory


  • @Deprecated(since="1.5")
    public class ParserFactory
    extends Object
    Deprecated.
    This class works with the deprecated Parser interface.
    用于动态加载SAX解析器的特定于Java的类。
    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应用程序应使用XMLReaderFactory代替。

    ParserFactory不是SAX平台无关定义的一部分; 它是专为Java XML应用程序编写者设计的附加便利类。 SAX应用程序可以使用此类中的静态方法根据`org.xml.sax.parser'系统属性的值或包含类名的字符串在运行时动态分配SAX解析器。

    请注意,应用程序仍需要实现SAX1的XML解析器。

    从以下版本开始:
    1.4,SAX 1.0