Package com.sun.xml.xsom.impl.parser
Class SAXParserFactoryAdaptor
java.lang.Object
javax.xml.parsers.SAXParserFactory
com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
Deprecated.
SAXParserFactory
implementation that ultimately
uses XMLParser
to parse documents.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFeature
(String name) Deprecated.Deprecated.void
setFeature
(String name, boolean value) Deprecated.Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newDefaultInstance, newDefaultNSInstance, newInstance, newInstance, newNSInstance, newNSInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
Constructor Details
-
SAXParserFactoryAdaptor
Deprecated.
-
-
Method Details
-
newSAXParser
Deprecated.- Specified by:
newSAXParser
in classSAXParserFactory
- Throws:
ParserConfigurationException
SAXException
-
setFeature
Deprecated.- Specified by:
setFeature
in classSAXParserFactory
-
getFeature
Deprecated.- Specified by:
getFeature
in classSAXParserFactory
-