API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.helpers. XMLReaderFactory View Source
Author(s)
David Megginson, David Brownell
Since
SAX 2.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 Object
      XMLReaderFactory
Implements
Subclasses
Description
publicfinal class XMLReaderFactory
  Factory for creating an XML reader.
See also:   
Constructors
private XMLReaderFactory ()
  Private constructor.
Methods
Hide/Show inherited methods
publicstatic XMLReader createXMLReader () throws SAXException
  Attempt to create an XMLReader from system defaults.
publicstatic XMLReader createXMLReader (String className) throws SAXException
  Attempt to create an XML reader from a class name.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar