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 SAXParserFactory
Deprecated.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(String name)Deprecated.SAXParsernewSAXParser()Deprecated.voidsetFeature(String name, boolean value)Deprecated.-
Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newDefaultInstance, newInstance, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
-
-
-
-
Constructor Detail
-
SAXParserFactoryAdaptor
public SAXParserFactoryAdaptor(XMLParser _parser)
Deprecated.
-
-
Method Detail
-
newSAXParser
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
Deprecated.- Specified by:
newSAXParserin classSAXParserFactory- Throws:
ParserConfigurationExceptionSAXException
-
setFeature
public void setFeature(String name, boolean value)
Deprecated.- Specified by:
setFeaturein classSAXParserFactory
-
getFeature
public boolean getFeature(String name)
Deprecated.- Specified by:
getFeaturein classSAXParserFactory
-
-