public class SAXParserImpl
extends javax.xml.parsers.SAXParser
SAXParser,
to allow easier integration of TagSoup with the default JDK
xml processing stack.| Modifier | Constructor and Description |
|---|---|
protected |
SAXParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFeature(java.lang.String name) |
org.xml.sax.Parser |
getParser()
Deprecated.
|
java.lang.Object |
getProperty(java.lang.String name) |
org.xml.sax.XMLReader |
getXMLReader() |
boolean |
isNamespaceAware() |
boolean |
isValidating() |
static SAXParserImpl |
newInstance(java.util.Map features) |
void |
setFeature(java.lang.String name,
boolean value) |
void |
setProperty(java.lang.String name,
java.lang.Object value) |
public static SAXParserImpl newInstance(java.util.Map features) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic org.xml.sax.Parser getParser()
throws org.xml.sax.SAXException
getParser in class javax.xml.parsers.SAXParserorg.xml.sax.SAXExceptionpublic 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.SAXNotSupportedExceptionpublic 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 void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionpublic boolean getFeature(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException,
org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedExceptionorg.xml.sax.SAXNotSupportedExceptionLicence: Academic Free License 3.0 and/or GPL 2.0