| java.lang.Object org.xml.sax.helpers.ParserFactory
ParserFactory | public class ParserFactory (Code) | | Java-specific class for dynamically loading SAX parsers.
This class is not part of the platform-independent definition
of SAX; it is an additional convenience class designed
specifically for Java XML application writers. SAX applications
can use the static methods in this class to allocate a SAX parser
dynamically at run-time based either on the value of the
`org.xml.sax.parser' system property or on a string containing the class
name.
Note that the application still requires an XML parser that
implements SAX.
author: David Megginson (ak117@freenet.carleton.ca) version: 1.0 See Also: org.xml.sax.Parser See Also: java.lang.Class |
|
|