Uses of Class
org.xml.sax.SAXNotSupportedException

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

Uses of SAXNotSupportedException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXNotSupportedException
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 SAXNotSupportedException in org.apache.mirae.j2me.xml
 

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



Copyright © 2005 Apache Software Foundation. All Rights Reserved.