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.SAXException
public org.xml.sax.Parser getParser() throws org.xml.sax.SAXException
getParser
in class javax.xml.parsers.SAXParser
org.xml.sax.SAXException
public org.xml.sax.XMLReader getXMLReader()
getXMLReader
in class javax.xml.parsers.SAXParser
public boolean isNamespaceAware()
isNamespaceAware
in class javax.xml.parsers.SAXParser
public boolean isValidating()
isValidating
in class javax.xml.parsers.SAXParser
public 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.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public java.lang.Object getProperty(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getProperty
in class javax.xml.parsers.SAXParser
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public void setFeature(java.lang.String name, boolean value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public boolean getFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
Licence: Academic Free License 3.0 and/or GPL 2.0