Uses of Class
org.xml.sax.SAXNotRecognizedException

Packages that use SAXNotRecognizedException
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.xml.sax SAX 2.0 r2 prerelease interfaces 
org.xml.sax.helpers SAX 2.0 r2 prerelease helper interfaces 
 

Uses of SAXNotRecognizedException in javax.xml.parsers
 

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

Uses of SAXNotRecognizedException in org.xml.sax
 

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

Uses of SAXNotRecognizedException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXNotRecognizedException
 boolean XMLFilterImpl.getFeature(java.lang.String name)
          Look up the state of a feature.
 boolean ParserAdapter.getFeature(java.lang.String name)
          Check a parser feature.
 java.lang.Object XMLFilterImpl.getProperty(java.lang.String name)
          Look up the value of a property.
 java.lang.Object ParserAdapter.getProperty(java.lang.String name)
          Get a parser property.
 void XMLFilterImpl.setFeature(java.lang.String name, boolean state)
          Set the state of a feature.
 void ParserAdapter.setFeature(java.lang.String name, boolean state)
          Set a feature for the parser.
 void XMLFilterImpl.setProperty(java.lang.String name, java.lang.Object value)
          Set the value of a property.
 void ParserAdapter.setProperty(java.lang.String name, java.lang.Object value)
          Set a parser property.