public class SAXParserImpl extends SAXParser
| Constructor and Description |
|---|
SAXParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
Parser |
getParser() |
Object |
getProperty(String name) |
XMLReader |
getXMLReader() |
boolean |
isNamespaceAware() |
boolean |
isValidating() |
void |
setProperty(String name,
Object value) |
public Parser getParser() throws SAXException
getParser in class SAXParserSAXExceptionpublic Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty in class SAXParserSAXNotRecognizedExceptionSAXNotSupportedExceptionpublic XMLReader getXMLReader()
getXMLReader in class SAXParserpublic boolean isNamespaceAware()
isNamespaceAware in class SAXParserpublic boolean isValidating()
isValidating in class SAXParserpublic void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty in class SAXParserSAXNotRecognizedExceptionSAXNotSupportedException