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 SAXParser
SAXException
public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException
getProperty
in class SAXParser
SAXNotRecognizedException
SAXNotSupportedException
public XMLReader getXMLReader()
getXMLReader
in class SAXParser
public boolean isNamespaceAware()
isNamespaceAware
in class SAXParser
public boolean isValidating()
isValidating
in class SAXParser
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty
in class SAXParser
SAXNotRecognizedException
SAXNotSupportedException