Uses of Class
javax.xml.parsers.ParserConfigurationException

Packages that use ParserConfigurationException
javax.xml.parsers   
org.eclipse.ercp.jaxp.implForCore   
 

Uses of ParserConfigurationException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw ParserConfigurationException
abstract  boolean SAXParserFactory.getFeature(java.lang.String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
abstract  DocumentBuilder DocumentBuilderFactory.newDocumentBuilder()
          Creates a new instance of a DocumentBuilder using the currently configured parameters.
abstract  SAXParser SAXParserFactory.newSAXParser()
          Creates a new instance of a SAXParser using the currently configured factory parameters.
abstract  void SAXParserFactory.setFeature(java.lang.String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
 

Uses of ParserConfigurationException in org.eclipse.ercp.jaxp.implForCore
 

Methods in org.eclipse.ercp.jaxp.implForCore that throw ParserConfigurationException
 boolean SAXParserFactoryImpl.getFeature(java.lang.String name)
           
 DocumentBuilder DocumentBuilderFactoryImpl.newDocumentBuilder()
           
 SAXParser SAXParserFactoryImpl.newSAXParser()
           
 void SAXParserFactoryImpl.setFeature(java.lang.String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.