|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserConfigurationException | |
gnu.xml.aelfred2 | This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. |
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
javax.xml.parsers | Bootstrapping APIs for JAXP parsers. |
Uses of ParserConfigurationException in gnu.xml.aelfred2 |
Methods in gnu.xml.aelfred2 that throw ParserConfigurationException | |
SAXParser |
JAXPFactory.newSAXParser()
|
void |
JAXPFactory.setFeature(java.lang.String name,
boolean value)
|
boolean |
JAXPFactory.getFeature(java.lang.String name)
|
Uses of ParserConfigurationException in gnu.xml.dom |
Methods in gnu.xml.dom that throw ParserConfigurationException | |
DocumentBuilder |
JAXPFactory.newDocumentBuilder()
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package. |
Uses of ParserConfigurationException in javax.xml.parsers |
Methods in javax.xml.parsers that throw ParserConfigurationException | |
abstract SAXParser |
SAXParserFactory.newSAXParser()
Returns a new instance of a SAXParser using the platform default implementation and the currently specified factory feature flag settings. |
abstract void |
SAXParserFactory.setFeature(java.lang.String name,
boolean value)
Establishes a factory parameter corresponding to the specified feature flag. |
abstract boolean |
SAXParserFactory.getFeature(java.lang.String name)
Retrieves a current factory feature flag setting. |
abstract DocumentBuilder |
DocumentBuilderFactory.newDocumentBuilder()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.