| Constructor and Description |
|---|
SAXParserImpl(boolean namespaceAware,
boolean validating,
Map<String,Boolean> featureMap) |
| Modifier and Type | Method and Description |
|---|---|
Parser |
getParser() |
Object |
getProperty(String name) |
XMLReader |
getXMLReader() |
boolean |
isNamespaceAware() |
boolean |
isValidating() |
void |
reset() |
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() throws SAXException
getXMLReader in class SAXParserSAXExceptionpublic boolean isNamespaceAware()
isNamespaceAware in class SAXParserpublic boolean isValidating()
isValidating in class SAXParserpublic void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException
setProperty in class SAXParserSAXNotRecognizedExceptionSAXNotSupportedExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.