com.sun.xml.xsom.impl.parser
Class SAXParserFactoryAdaptor
java.lang.Object
javax.xml.parsers.SAXParserFactory
com.sun.xml.xsom.impl.parser.SAXParserFactoryAdaptor
Deprecated.
public class SAXParserFactoryAdaptor
- extends SAXParserFactory
SAXParserFactory implementation that ultimately
uses XMLParser to parse documents.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAXParserFactoryAdaptor
public SAXParserFactoryAdaptor(XMLParser _parser)
- Deprecated.
newSAXParser
public SAXParser newSAXParser()
throws ParserConfigurationException,
SAXException
- Deprecated.
- Specified by:
newSAXParser in class SAXParserFactory
- Throws:
ParserConfigurationException
SAXException
setFeature
public void setFeature(String name,
boolean value)
- Deprecated.
- Specified by:
setFeature in class SAXParserFactory
getFeature
public boolean getFeature(String name)
- Deprecated.
- Specified by:
getFeature in class SAXParserFactory
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.