org.apache.xerces.jaxp
public class SAXParserFactoryImpl extends SAXParserFactory
javax.xml.parsers.SAXParserFactory
. This is the platform
default implementation for the platform.
Version: $Id: SAXParserFactoryImpl.java,v 1.12 2005/06/10 03:20:41 mrglavas Exp $
Method Summary | |
---|---|
boolean | getFeature(String name)
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader. |
Schema | getSchema() |
boolean | isXIncludeAware() |
SAXParser | newSAXParser()
Creates a new instance of SAXParser using the currently
configured factory parameters. |
void | setFeature(String name, boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader. |
void | setSchema(Schema grammar) |
void | setXIncludeAware(boolean state) |
SAXParser
using the currently
configured factory parameters.Returns: javax.xml.parsers.SAXParser