com.flat502.rox.marshal.xmlrpc
Class XmlRpcSaxParserFactory
java.lang.Object
  
javax.xml.parsers.SAXParserFactory
      
com.flat502.rox.marshal.xmlrpc.XmlRpcSaxParserFactory
public class XmlRpcSaxParserFactory
- extends javax.xml.parsers.SAXParserFactory
 
SAXParserFactory for instantiating XmlRpcSaxParser's
 
 
| Methods inherited from class javax.xml.parsers.SAXParserFactory | 
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlRpcSaxParserFactory
public XmlRpcSaxParserFactory()
newSAXParser
public javax.xml.parsers.SAXParser newSAXParser()
                                         throws javax.xml.parsers.ParserConfigurationException,
                                                org.xml.sax.SAXException
- Specified by:
 newSAXParser in class javax.xml.parsers.SAXParserFactory
 
- Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
 
setFeature
public void setFeature(java.lang.String name,
                       boolean value)
                throws javax.xml.parsers.ParserConfigurationException,
                       org.xml.sax.SAXNotRecognizedException,
                       org.xml.sax.SAXNotSupportedException
- Specified by:
 setFeature in class javax.xml.parsers.SAXParserFactory
 
- Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
 
getFeature
public boolean getFeature(java.lang.String name)
                   throws javax.xml.parsers.ParserConfigurationException,
                          org.xml.sax.SAXNotRecognizedException,
                          org.xml.sax.SAXNotSupportedException
- Specified by:
 getFeature in class javax.xml.parsers.SAXParserFactory
 
- Throws:
 javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException