Package com.sun.xml.xsom.impl.parser
Class SAXParserFactoryAdaptor
- java.lang.Object
-
- javax.xml.parsers.SAXParserFactory
-
- com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
-
public class SAXParserFactoryAdaptor extends javax.xml.parsers.SAXParserFactory
Deprecated.SAXParserFactory
implementation that ultimately usesXMLParser
to parse documents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
SAXParserFactoryAdaptor.SAXParserImpl
Deprecated.private class
SAXParserFactoryAdaptor.XMLReaderImpl
Deprecated.
-
Constructor Summary
Constructors Constructor Description SAXParserFactoryAdaptor(XMLParser _parser)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
getFeature(java.lang.String name)
Deprecated.javax.xml.parsers.SAXParser
newSAXParser()
Deprecated.void
setFeature(java.lang.String name, boolean value)
Deprecated.
-
-
-
Field Detail
-
parser
private final XMLParser parser
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.SAXException
Deprecated.- Specified by:
newSAXParser
in classjavax.xml.parsers.SAXParserFactory
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
-
setFeature
public void setFeature(java.lang.String name, boolean value)
Deprecated.- Specified by:
setFeature
in classjavax.xml.parsers.SAXParserFactory
-
getFeature
public boolean getFeature(java.lang.String name)
Deprecated.- Specified by:
getFeature
in classjavax.xml.parsers.SAXParserFactory
-
-