Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » jaxp » [javadoc | source]
org.apache.xerces.jaxp
public class: SAXParserFactoryImpl [javadoc | source]
java.lang.Object
   javax.xml.parsers.SAXParserFactory
      org.apache.xerces.jaxp.SAXParserFactoryImpl
This is the implementation specific class for the javax.xml.parsers.SAXParserFactory. This is the platform default implementation for the platform.
Method from org.apache.xerces.jaxp.SAXParserFactoryImpl Summary:
getFeature,   getSchema,   isXIncludeAware,   newSAXParser,   setFeature,   setSchema,   setXIncludeAware
Methods from javax.xml.parsers.SAXParserFactory:
getFeature,   getSchema,   isNamespaceAware,   isValidating,   isXIncludeAware,   newInstance,   newInstance,   newSAXParser,   setFeature,   setNamespaceAware,   setSchema,   setValidating,   setXIncludeAware
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.jaxp.SAXParserFactoryImpl Detail:
 public boolean getFeature(String name) throws SAXNotSupportedException, SAXNotRecognizedException, ParserConfigurationException 
    returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 public Schema getSchema() 
 public boolean isXIncludeAware() 
 public SAXParser newSAXParser() throws ParserConfigurationException 
    Creates a new instance of SAXParser using the currently configured factory parameters.
 public  void setFeature(String name,
    boolean value) throws SAXNotSupportedException, SAXNotRecognizedException, ParserConfigurationException 
    Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
 public  void setSchema(Schema grammar) 
 public  void setXIncludeAware(boolean state)