|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.parsers.SAXParserFactory
weblogic.apache.xerces.jaxp.SAXParserFactoryImpl
public class SAXParserFactoryImpl
This is the implementation specific class for the
javax.xml.parsers.SAXParserFactory
. This is the platform
default implementation for the platform.
Constructor Summary | |
---|---|
SAXParserFactoryImpl()
|
Method Summary | |
---|---|
boolean |
getFeature(String name)
returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader. |
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. |
Methods inherited from class javax.xml.parsers.SAXParserFactory |
---|
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAXParserFactoryImpl()
Method Detail |
---|
public SAXParser newSAXParser() throws ParserConfigurationException
SAXParser
using the currently
configured factory parameters.
newSAXParser
in class SAXParserFactory
ParserConfigurationException
public void setFeature(String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
setFeature
in class SAXParserFactory
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
getFeature
in class SAXParserFactory
ParserConfigurationException
SAXNotRecognizedException
SAXNotSupportedException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |