org.ccil.cowan.tagsoup.jaxp
public class SAXParserImpl extends SAXParser
Constructor Summary | |
---|---|
protected | SAXParserImpl() |
Method Summary | |
---|---|
boolean | getFeature(String name) |
Parser | getParser()
To support SAX1 interface, we'll need to use an adapter. |
Object | getProperty(String name) |
XMLReader | getXMLReader() |
boolean | isNamespaceAware() |
boolean | isValidating() |
static SAXParserImpl | newInstance(Map features) |
void | setFeature(String name, boolean value) |
void | setProperty(String name, Object value) |
Deprecated:
To support SAX1 interface, we'll need to use an adapter.