public class SAXParserImpl
extends javax.xml.parsers.SAXParser
Constructor | Description |
---|---|
SAXParserImpl() |
Modifier and Type | Method | Description |
---|---|---|
org.xml.sax.Parser |
getParser() |
|
java.lang.Object |
getProperty(java.lang.String name) |
|
org.xml.sax.XMLReader |
getXMLReader() |
|
boolean |
isNamespaceAware() |
|
boolean |
isValidating() |
|
void |
setProperty(java.lang.String name,
java.lang.Object value) |
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException
getParser
in class javax.xml.parsers.SAXParser
org.xml.sax.SAXException
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getProperty
in class javax.xml.parsers.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public org.xml.sax.XMLReader getXMLReader()
getXMLReader
in class javax.xml.parsers.SAXParser
public boolean isNamespaceAware()
isNamespaceAware
in class javax.xml.parsers.SAXParser
public boolean isValidating()
isValidating
in class javax.xml.parsers.SAXParser
public void setProperty(java.lang.String name, java.lang.Object value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
setProperty
in class javax.xml.parsers.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException