Uses of Class
org.xml.sax.SAXNotRecognizedException

Packages that use SAXNotRecognizedException
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of SAXNotRecognizedException in gnu.xml.aelfred2
 

Methods in gnu.xml.aelfred2 that throw SAXNotRecognizedException
 boolean XmlReader.getFeature(java.lang.String featureId)
          SAX2: Tells whether this parser supports the specified feature.
 boolean SAXDriver.getFeature(java.lang.String featureId)
          SAX2: Tells the value of the specified feature flag.
 boolean JAXPFactory.getFeature(java.lang.String name)
           
 java.lang.Object XmlReader.getProperty(java.lang.String propertyId)
          SAX2: Returns the specified property.
 java.lang.Object SAXDriver.getProperty(java.lang.String propertyId)
          SAX2: Returns the specified property.
 void XmlReader.setFeature(java.lang.String featureId, boolean state)
          SAX2: Sets the state of features supported in this parser.
 void SAXDriver.setFeature(java.lang.String featureId, boolean value)
          SAX2: Sets the state of feature flags in this parser.
 void JAXPFactory.setFeature(java.lang.String name, boolean value)
           
 void XmlReader.setProperty(java.lang.String propertyId, java.lang.Object value)
          SAX2: Assigns the specified property.
 void SAXDriver.setProperty(java.lang.String propertyId, java.lang.Object value)
          SAX2: Assigns the specified property.
 

Uses of SAXNotRecognizedException in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline that throw SAXNotRecognizedException
 java.lang.Object TeeConsumer.getProperty(java.lang.String id)
          Returns the declaration or lexical handler being used.
 java.lang.Object CallFilter.getProperty(java.lang.String id)
          Returns the declaration or lexical handler currently in use, or throws an exception for other properties.
 java.lang.Object EventConsumer.getProperty(java.lang.String id)
          This method works like the SAX2 XMLReader method of the same name, and is used to retrieve the optional lexical and declaration handlers in a pipeline.
 java.lang.Object EventFilter.getProperty(java.lang.String id)
          Retrieves a property of unknown intent (usually a handler)
 java.lang.Object TextConsumer.getProperty(java.lang.String propertyId)
          XMLReaderRetrieves a property (lexical and decl handlers)
 java.lang.Object DomConsumer.getProperty(java.lang.String id)
          Returns the lexical handler being used.
 void EventFilter.setProperty(java.lang.String id, java.lang.Object o)
          Stores the property, normally a handler; a null handler indicates that these events will not be forwarded.
 

Uses of SAXNotRecognizedException in gnu.xml.util
 

Methods in gnu.xml.util that throw SAXNotRecognizedException
 boolean DomParser.getFeature(java.lang.String name)
          SAX2: Tells whether this parser supports the specified feature.
 java.lang.Object DomParser.getProperty(java.lang.String name)
          SAX2: Returns the specified property.
 void DomParser.setFeature(java.lang.String name, boolean state)
          SAX2: Sets the state of features supported in this parser.
 void DomParser.setProperty(java.lang.String name, java.lang.Object state)
          SAX2: Assigns the specified property.
 

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 flag.
 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 value of a feature flag.
 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 value of a feature.
 boolean ParserAdapter.getFeature(java.lang.String name)
          Check a parser feature flag.
 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 value)
          Set the value of a feature.
 void ParserAdapter.setFeature(java.lang.String name, boolean value)
          Set a feature flag 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.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2012-01-06.