Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.
XML API 1.0

Uses of Class
javax.xml.parsers.ParserConfigurationException

Packages that use ParserConfigurationException
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
 

Uses of ParserConfigurationException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw ParserConfigurationException
abstract  boolean SAXParserFactory.getFeature(String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
abstract  boolean DocumentBuilderFactory.getFeature(String name)
          Get the state of the named feature.
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(String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
abstract  void DocumentBuilderFactory.setFeature(String name, boolean value)
          Set a feature for this DocumentBuilderFactory and DocumentBuilders created by this factory.
 


XML API 1.0

Copyright © 2006,2007 Sun Microsystems, Inc. All rights reserved. See the copyright notice for details.

Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms. For more information, please consult the JSR 280 specification.