public class SAXParsers extends Object
| Constructor and Description |
|---|
SAXParsers() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
Copyright © 2001–2020. All rights reserved.