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
org.xml.sax.SAXNotRecognizedException

Packages that use SAXNotRecognizedException
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 SAXNotRecognizedException in javax.xml.parsers
 

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

Uses of SAXNotRecognizedException in org.xml.sax
 

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


XML API 1.0

No warranty, no copyright, This is public domain. 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.