Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.parsers.SAXParserFactory
gnu.xml.libxmlj.sax.GnomeSAXParserFactory
public class GnomeSAXParserFactory
extends SAXParserFactory
Constructor Summary | |
|
Method Summary | |
boolean |
|
SAXParser | |
void |
|
Methods inherited from class javax.xml.parsers.SAXParserFactory | |
getFeature , getSchema , isNamespaceAware , isValidating , isXIncludeAware , newInstance , newSAXParser , setFeature , setNamespaceAware , setSchema , setValidating , setXIncludeAware |
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
- getFeature in interface SAXParserFactory
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
- Overrides:
- newSAXParser in interface SAXParserFactory
public void setFeature(String name, boolean flag) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
- setFeature in interface SAXParserFactory