com.japisoft.fastparser.tools
Class FPSAXParserFactory
java.lang.Object
|
+--javax.xml.parsers.SAXParserFactory
|
+--com.japisoft.fastparser.tools.FPSAXParserFactory
- public class FPSAXParserFactory
- extends javax.xml.parsers.SAXParserFactory
SAX Parser Factory for JAXP 1.0
- Since:
- 1.0
- Version:
- 1.1
- Author:
- (c) 2002-2003 JAPISOFT
- See Also:
SAXParserFactory
Methods inherited from class javax.xml.parsers.SAXParserFactory |
isNamespaceAware, isValidating, setNamespaceAware, setValidating |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FPSAXParserFactory
public FPSAXParserFactory()
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
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
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
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
newInstance
public static javax.xml.parsers.SAXParserFactory newInstance()
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
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException