com.ctc.wstx.sax
public class WstxSAXParserFactory extends javax.xml.parsers.SAXParserFactory
Note: most of the SAX features are not configurable as of yet. However, effort is made to recognize all existing standard features and properties, to allow using code to figure out existing capabilities automatically.
Constructor and Description |
---|
WstxSAXParserFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(java.lang.String name) |
static void |
main(java.lang.String[] args) |
javax.xml.parsers.SAXParser |
newSAXParser() |
void |
setFeature(java.lang.String name,
boolean value) |
public boolean getFeature(java.lang.String name) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
getFeature
in class javax.xml.parsers.SAXParserFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public javax.xml.parsers.SAXParser newSAXParser()
newSAXParser
in class javax.xml.parsers.SAXParserFactory
public void setFeature(java.lang.String name, boolean value) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax.SAXNotSupportedException
setFeature
in class javax.xml.parsers.SAXParserFactory
org.xml.sax.SAXNotRecognizedException
org.xml.sax.SAXNotSupportedException
public static void main(java.lang.String[] args)