Uses of Class
org.xml.sax.SAXNotSupportedException

Packages that use SAXNotSupportedException
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 SAXNotSupportedException in gnu.xml.aelfred2
 

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

Uses of SAXNotSupportedException in gnu.xml.pipeline
 

Methods in gnu.xml.pipeline that throw SAXNotSupportedException
 void EventFilter.setProperty(String id, Object o)
          Stores the property, normally a handler; a null handler indicates that these events will not be forwarded.
 

Uses of SAXNotSupportedException in gnu.xml.util
 

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

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.
 

Uses of SAXNotSupportedException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXNotSupportedException
 void XMLFilterImpl.setFeature(String name, boolean value)
          Set the value of a feature.
 boolean XMLFilterImpl.getFeature(String name)
          Look up the value of a feature.
 void XMLFilterImpl.setProperty(String name, Object value)
          Set the value of a property.
 Object XMLFilterImpl.getProperty(String name)
          Look up the value of a property.
 void ParserAdapter.setFeature(String name, boolean value)
          Set a feature flag for the parser.
 boolean ParserAdapter.getFeature(String name)
          Check a parser feature flag.
 void ParserAdapter.setProperty(String name, Object value)
          Set a parser property.
 Object ParserAdapter.getProperty(String name)
          Get 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 2007-02-12.