|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.ParserManager
ParserManager is used internally by SAXON to discover the preferred parser and instantiate it.
ParserManager reads the file ParserManager.properties to determine which SAX parser and DOM implementation to use. You can edit this configuration file to establish your preferred parser.
Constructor Summary | |
ParserManager()
|
Method Summary | |
static org.xml.sax.XMLReader |
defaultParser()
Return the default parser (AElfred) |
static org.xml.sax.XMLReader |
makeParser()
Instantiate a SAX parser. |
static org.xml.sax.XMLReader |
makeParser(java.lang.String className)
Create a new SAX XMLReader object using the class name provided. The named class must exist and must implement the org.xml.sax.XMLReader or Parser interface. This method returns an instance of the parser named. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParserManager()
Method Detail |
public static org.xml.sax.XMLReader makeParser() throws org.xml.sax.SAXException
public static org.xml.sax.XMLReader defaultParser()
public static org.xml.sax.XMLReader makeParser(java.lang.String className) throws org.xml.sax.SAXException
className
- A string containing the name of the
SAX parser class, for example "com.microstar.sax.LarkDriver"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |