Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.parsers.SAXParserFactory
com.bluecast.xml.JAXPSAXParserFactory
public class JAXPSAXParserFactory
extends SAXParserFactory
SAXParserFactory
to create the validating parser.
This class will search for a factory in the following ways:
com.bluecast.xml.ValidatingSAXParserFactory
javax.xml.parsers.SAXParserFactory
org.apache.crimson.jaxp.SAXParserFactoryImpl
)
ParserConfigurationException
will be thrown.
Constructor Summary | |
Method Summary | |
boolean |
|
static SAXParserFactory | |
SAXParser | |
void |
|
void |
|
void |
|
Methods inherited from class javax.xml.parsers.SAXParserFactory | |
getFeature , isNamespaceAware , isValidating , newInstance , newSAXParser , setFeature , setNamespaceAware , setValidating |
public boolean getFeature(String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
- getFeature in interface SAXParserFactory
public static SAXParserFactory newInstance()
- Overrides:
- newInstance in interface SAXParserFactory
public SAXParser newSAXParser() throws ParserConfigurationException, SAXException
- Overrides:
- newSAXParser in interface SAXParserFactory
public void setFeature(String name, boolean enabled) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException
- Overrides:
- setFeature in interface SAXParserFactory
public void setNamespaceAware(boolean awareness)
- Overrides:
- setNamespaceAware in interface SAXParserFactory
public void setValidating(boolean value)
- Overrides:
- setValidating in interface SAXParserFactory