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.SAXParserFactoryorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionpublic void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
setFeature in class javax.xml.parsers.SAXParserFactoryorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionpublic javax.xml.parsers.SAXParser newSAXParser()
throws javax.xml.parsers.ParserConfigurationException
newSAXParser in class javax.xml.parsers.SAXParserFactoryjavax.xml.parsers.ParserConfigurationException