|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.util.SAXParsers
public class SAXParsers
Utility class for working with SAX parsers.
| Constructor Summary | |
|---|---|
SAXParsers()
|
|
| Method Summary | |
|---|---|
static javax.xml.parsers.SAXParserFactory |
getSAXParserFactory()
Returns the SAX parser factory, which is used by Apache XML-RPC. |
static org.xml.sax.XMLReader |
newXMLReader()
Creates a new instance of XMLReader. |
static void |
setSAXParserFactory(javax.xml.parsers.SAXParserFactory pFactory)
Sets the SAX parser factory, which is used by Apache XML-RPC. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXParsers()
| Method Detail |
|---|
public static org.xml.sax.XMLReader newXMLReader()
throws XmlRpcException
XMLReader.
XmlRpcExceptionpublic static javax.xml.parsers.SAXParserFactory getSAXParserFactory()
public static void setSAXParserFactory(javax.xml.parsers.SAXParserFactory pFactory)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||