public class SAXParserImpl
extends javax.xml.parsers.SAXParser
| Constructor and Description |
|---|
SAXParserImpl() |
| Modifier and Type | Method and 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.SAXParserorg.xml.sax.SAXExceptionpublic java.lang.Object getProperty(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
getProperty in class javax.xml.parsers.SAXParserorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionpublic org.xml.sax.XMLReader getXMLReader()
getXMLReader in class javax.xml.parsers.SAXParserpublic boolean isNamespaceAware()
isNamespaceAware in class javax.xml.parsers.SAXParserpublic boolean isValidating()
isValidating in class javax.xml.parsers.SAXParserpublic 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.SAXParserorg.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedException