Frames | No Frames |
Constructors which throw type javax.xml.parsers.ParserConfigurationException | |
Methods which throw type javax.xml.parsers.ParserConfigurationException | |
SerializationHandler |
Methods which throw type javax.xml.parsers.ParserConfigurationException | |
boolean | SAXParserFactory.getFeature(String name)
Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
|
DocumentBuilder | Creates a new instance of a DocumentBuilder
using the currently configured parameters.
|
SAXParser | Creates a new instance of a SAXParser using the currently
configured factory parameters.
|
void | SAXParserFactory.setFeature(String name, boolean value)
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
|