Class SAXParserImpl
java.lang.Object
javax.xml.parsers.SAXParser
org.ccil.cowan.tagsoup.jaxp.SAXParserImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFeature(String name) Deprecated.getProperty(String name) booleanbooleanstatic SAXParserImplnewInstance(Map features) voidsetFeature(String name, boolean value) voidsetProperty(String name, Object value)
-
Constructor Details
-
SAXParserImpl
protected SAXParserImpl()
-
-
Method Details
-
newInstance
- Throws:
SAXException
-
getParser
Deprecated.To support SAX1 interface, we'll need to use an adapter.- Specified by:
getParserin classSAXParser- Throws:
SAXException
-
getXMLReader
- Specified by:
getXMLReaderin classSAXParser
-
isNamespaceAware
public boolean isNamespaceAware()- Specified by:
isNamespaceAwarein classSAXParser
-
isValidating
public boolean isValidating()- Specified by:
isValidatingin classSAXParser
-
setProperty
public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException - Specified by:
setPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
getProperty
- Specified by:
getPropertyin classSAXParser- Throws:
SAXNotRecognizedExceptionSAXNotSupportedException
-
setFeature
public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException -
getFeature
-