gnu.xml.libxmlj.sax

Class GnomeSAXParserFactory


public class GnomeSAXParserFactory
extends SAXParserFactory

JAXP SAX parser factory implementation that uses libxml2.

Constructor Summary

GnomeSAXParserFactory()
Creates a new SAX parser factory.

Method Summary

boolean
getFeature(String name)
SAXParser
newSAXParser()
void
setFeature(String name, boolean flag)

Methods inherited from class javax.xml.parsers.SAXParserFactory

getFeature, getSchema, isNamespaceAware, isValidating, isXIncludeAware, newInstance, newSAXParser, setFeature, setNamespaceAware, setSchema, setValidating, setXIncludeAware

Constructor Details

GnomeSAXParserFactory

public GnomeSAXParserFactory()
Creates a new SAX parser factory.

Method Details

getFeature

public boolean getFeature(String name)
            throws ParserConfigurationException,
                   SAXNotRecognizedException,
                   SAXNotSupportedException
Overrides:
getFeature in interface SAXParserFactory


newSAXParser

public SAXParser newSAXParser()
            throws ParserConfigurationException,
                   SAXException
Overrides:
newSAXParser in interface SAXParserFactory


setFeature

public void setFeature(String name,
                       boolean flag)
            throws ParserConfigurationException,
                   SAXNotRecognizedException,
                   SAXNotSupportedException
Overrides:
setFeature in interface SAXParserFactory