Uses of Class javax.xml.parsers.ParserConfigurationException

Uses in package gnu.xml.stream

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
SAXParser
Creates a new parser instance using the currently specified factory configuration.
void
SAXParserFactory.setFeature(String name, boolean value)
Sets the specified feature for SAX2 parsers obtained from this factory.

Uses in package gnu.xml.libxmlj.dom

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
DocumentBuilder
void

Uses in package gnu.xml.aelfred2

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
SAXParser
Creates a new parser instance using the currently specified factory configuration.
void
JAXPFactory.setFeature(String name, boolean value)
Sets the specified feature for SAX2 parsers obtained from this factory.

Uses in package gnu.xml.libxmlj.sax

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
SAXParser
Creates a new parser instance using the currently specified factory configuration.
void
Sets the specified feature for SAX2 parsers obtained from this factory.

Uses in package gnu.xml.dom

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
Returns the value of the specified feature.
boolean
DocumentBuilder
Creates a new document builder instance using the currently specified factory configuration.
DocumentBuilder
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
void
Sets the value of the specified feature.
void
JAXPFactory.setFeature(String name, boolean value)

Uses in package javax.xml.parsers

Methods which throw type javax.xml.parsers.ParserConfigurationException

boolean
Returns the value of the specified feature.
boolean
Returns the specified feature for SAX2 parsers obtained from this factory.
DocumentBuilder
Creates a new document builder instance using the currently specified factory configuration.
SAXParser
Creates a new parser instance using the currently specified factory configuration.
void
Sets the value of the specified feature.
void
SAXParserFactory.setFeature(String name, boolean value)
Sets the specified feature for SAX2 parsers obtained from this factory.