Package org.apache.xmlrpc.util
Class SAXParsers
java.lang.Object
org.apache.xmlrpc.util.SAXParsers
Utility class for working with SAX parsers.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAXParserFactory
Returns the SAX parser factory, which is used by Apache XML-RPC.static XMLReader
Creates a new instance ofXMLReader
.static void
setSAXParserFactory
(SAXParserFactory pFactory) Sets the SAX parser factory, which is used by Apache XML-RPC.
-
Field Details
-
spf
-
-
Constructor Details
-
SAXParsers
public SAXParsers()
-
-
Method Details
-
newXMLReader
Creates a new instance ofXMLReader
.- Throws:
XmlRpcException
-
getSAXParserFactory
Returns the SAX parser factory, which is used by Apache XML-RPC. You may use this to configure the factory. -
setSAXParserFactory
Sets the SAX parser factory, which is used by Apache XML-RPC. You may use this to configure another instance than the default.
-