public class SAXParserFactoryImpl
extends javax.xml.parsers.SAXParserFactory
Constructor | Description |
---|---|
SAXParserFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
getFeature(java.lang.String name) |
|
javax.xml.parsers.SAXParser |
newSAXParser() |
|
void |
setFeature(java.lang.String name,
boolean value) |
public boolean getFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getFeature
in class javax.xml.parsers.SAXParserFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public void setFeature(java.lang.String name, boolean value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
setFeature
in class javax.xml.parsers.SAXParserFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public javax.xml.parsers.SAXParser newSAXParser() throws javax.xml.parsers.ParserConfigurationException
newSAXParser
in class javax.xml.parsers.SAXParserFactory
javax.xml.parsers.ParserConfigurationException