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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String name) Deprecated.Deprecated.voidsetFeature(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:
newSAXParserin classSAXParserFactory- Throws:
ParserConfigurationExceptionSAXException
-
setFeature
Deprecated.- Specified by:
setFeaturein classSAXParserFactory
-
getFeature
Deprecated.- Specified by:
getFeaturein classSAXParserFactory
-