public class SAXParserFactoryAdaptor
extends javax.xml.parsers.SAXParserFactory
SAXParserFactory implementation that ultimately
uses XMLParser to parse documents.| Constructor | Description |
|---|---|
SAXParserFactoryAdaptor(XMLParser _parser) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getFeature(java.lang.String name) |
Deprecated.
|
javax.xml.parsers.SAXParser |
newSAXParser() |
Deprecated.
|
void |
setFeature(java.lang.String name,
boolean value) |
Deprecated.
|
public SAXParserFactoryAdaptor(XMLParser _parser)
public javax.xml.parsers.SAXParser newSAXParser()
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
newSAXParser in class javax.xml.parsers.SAXParserFactoryjavax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionpublic void setFeature(java.lang.String name,
boolean value)
setFeature in class javax.xml.parsers.SAXParserFactorypublic boolean getFeature(java.lang.String name)
getFeature in class javax.xml.parsers.SAXParserFactoryCopyright © 2018 Oracle. All rights reserved.