|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.common.sax.SaxParser
public final class SaxParser
Utility class that provides information about an XML Parser.
Method Summary | |
---|---|
static XMLReader |
createSax2Parser()
Creates a SAX2 parser with a standard configuration. |
static String |
getParserClassName()
Returns the name of the SAX Parser class that is found in the classpath. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getParserClassName()
public static XMLReader createSax2Parser() throws SAXException, ParserConfigurationException
SAXException
- For errors creating the parser.
ParserConfigurationException
- For errors configuring the parser.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |