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
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)
newSAXParser
public SAXParser newSAXParser()
throws ParserConfigurationException,
SAXException
- Specified by:
newSAXParser
in class SAXParserFactory
- Throws:
ParserConfigurationException
SAXException
setFeature
public void setFeature(String name,
boolean value)
- Specified by:
setFeature
in class SAXParserFactory
getFeature
public boolean getFeature(String name)
- Specified by:
getFeature
in class SAXParserFactory
Copyright © 2012 Oracle. All Rights Reserved.