public class SAXParsers
extends java.lang.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
.XmlRpcException
public static javax.xml.parsers.SAXParserFactory getSAXParserFactory()
public static void setSAXParserFactory(javax.xml.parsers.SAXParserFactory pFactory)
Copyright © 2001-2013. All Rights Reserved.