org.apache.xmlrpc.util
Class SAXParsers

java.lang.Object
  extended by org.apache.xmlrpc.util.SAXParsers

public class SAXParsers
extends java.lang.Object

Utility class for working with SAX parsers.


Field Summary
private static javax.xml.parsers.SAXParserFactory spf
           
 
Constructor Summary
SAXParsers()
           
 
Method Summary
static org.xml.sax.XMLReader newXMLReader()
          Creates a new instance of XMLReader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spf

private static final javax.xml.parsers.SAXParserFactory spf
Constructor Detail

SAXParsers

public SAXParsers()
Method Detail

newXMLReader

public static org.xml.sax.XMLReader newXMLReader()
                                          throws XmlRpcException
Creates a new instance of XMLReader.

Throws:
XmlRpcException