Uses of Class
org.xml.sax.SAXNotSupportedException

Packages that use SAXNotSupportedException
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
 

Uses of SAXNotSupportedException in javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXNotSupportedException
abstract  void SAXParserFactory.setFeature(String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
abstract  boolean SAXParserFactory.getFeature(String name)
          Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 

Uses of SAXNotSupportedException in org.xml.sax
 

Methods in org.xml.sax that throw SAXNotSupportedException
 boolean XMLReader.getFeature(String name)
          Look up the value of a feature flag.
 void XMLReader.setFeature(String name, boolean value)
          Set the value of a feature flag.
 Object XMLReader.getProperty(String name)
          Look up the value of a property.
 void XMLReader.setProperty(String name, Object value)
          Set the value of a property.
 



No warranty, no copyright, This is public domain. See the Copyright Notice for details.