- java.lang.Object
-
- javax.xml.parsers.SAXParserFactory
-
- com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
-
public class SAXParserFactoryAdaptor extends javax.xml.parsers.SAXParserFactoryDeprecated.SAXParserFactoryimplementation that ultimately usesXMLParserto parse documents.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Constructor Summary
Constructors Constructor Description SAXParserFactoryAdaptor(XMLParser _parser)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleangetFeature(java.lang.String name)Deprecated.javax.xml.parsers.SAXParsernewSAXParser()Deprecated.voidsetFeature(java.lang.String name, boolean value)Deprecated.
-
-
-
Constructor Detail
-
SAXParserFactoryAdaptor
public SAXParserFactoryAdaptor(XMLParser _parser)
Deprecated.
-
-
Method Detail
-
newSAXParser
public javax.xml.parsers.SAXParser newSAXParser() throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXExceptionDeprecated.- Specified by:
newSAXParserin classjavax.xml.parsers.SAXParserFactory- Throws:
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXException
-
setFeature
public void setFeature(java.lang.String name, boolean value)Deprecated.- Specified by:
setFeaturein classjavax.xml.parsers.SAXParserFactory
-
getFeature
public boolean getFeature(java.lang.String name)
Deprecated.- Specified by:
getFeaturein classjavax.xml.parsers.SAXParserFactory
-
-