Uses of Class
javax.xml.parsers.ParserConfigurationException

Packages that use ParserConfigurationException
javax.xml.parsers   
org.apache.mirae.j2me.xml   
 

Uses of ParserConfigurationException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw ParserConfigurationException
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.
abstract  boolean SAXParserFactory.getFeature(java.lang.String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 

Uses of ParserConfigurationException in org.apache.mirae.j2me.xml
 

Methods in org.apache.mirae.j2me.xml that throw ParserConfigurationException
 void SAXParserFactoryImpl.setFeature(java.lang.String name, boolean value)
           
 boolean SAXParserFactoryImpl.getFeature(java.lang.String name)
           
 SAXParser SAXParserFactoryImpl.newSAXParser()
           
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.