public class SAXParserFactoryImpl
extends javax.xml.parsers.SAXParserFactory
| Modifier and Type | Class and Description |
|---|---|
class |
SAXParserFactoryImpl.XmlSAXParser |
| Constructor and Description |
|---|
SAXParserFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFeature(java.lang.String key)
Returns a SAX feature.
|
java.lang.Object |
getProperty(java.lang.String key)
Returns a SAX property.
|
boolean |
isNamespaceAware() |
boolean |
isNamespacePrefixes()
Returns true if namespaces prefixes are generated.
|
javax.xml.parsers.SAXParser |
newSAXParser()
Creates a new SAX Parser
|
void |
setFeature(java.lang.String key,
boolean value)
Sets a SAX feature.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets a SAX property.
|
public javax.xml.parsers.SAXParser newSAXParser()
newSAXParser in class javax.xml.parsers.SAXParserFactorypublic java.lang.Object getProperty(java.lang.String key)
public void setProperty(java.lang.String key,
java.lang.Object value)
public boolean getFeature(java.lang.String key)
getFeature in class javax.xml.parsers.SAXParserFactorypublic void setFeature(java.lang.String key,
boolean value)
throws org.xml.sax.SAXNotRecognizedException
setFeature in class javax.xml.parsers.SAXParserFactoryorg.xml.sax.SAXNotRecognizedExceptionpublic boolean isNamespacePrefixes()
public boolean isNamespaceAware()
isNamespaceAware in class javax.xml.parsers.SAXParserFactory