Uses of Class
org.xml.sax.SAXNotSupportedException

Packages that use SAXNotSupportedException
javax.xml.parsers   
org.eclipse.ercp.jaxp.implForCore   
org.eclipse.ercp.xml.parser   
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 javax.xml.parsers
 

Methods in javax.xml.parsers that throw SAXNotSupportedException
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 SAXNotSupportedException in org.eclipse.ercp.jaxp.implForCore
 

Methods in org.eclipse.ercp.jaxp.implForCore that throw SAXNotSupportedException
 boolean SAXParserFactoryImpl.getFeature(java.lang.String name)
           
protected  java.lang.Object SAXParserImpl.getRecognizedXmlOrgProperty(java.lang.String name)
           
 void SAXParserFactoryImpl.setFeature(java.lang.String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
protected  void SAXParserImpl.setRecognizedXmlOrgProperty(java.lang.String name, java.lang.Object value)
           
 

Uses of SAXNotSupportedException in org.eclipse.ercp.xml.parser
 

Methods in org.eclipse.ercp.xml.parser that throw SAXNotSupportedException
 boolean AbstractSAXParserImpl.getFeature(java.lang.String name)
           
 java.lang.Object AbstractSAXParserImpl.getProperty(java.lang.String name)
           
protected  java.lang.Object AbstractSAXParserImpl.getRecognizedXmlOrgProperty(java.lang.String name)
          By default, we don't support the default properties...
 void AbstractSAXParserImpl.setFeature(java.lang.String name, boolean value)
           
 void AbstractSAXParserImpl.setProperty(java.lang.String name, java.lang.Object value)
           
protected  void AbstractSAXParserImpl.setRecognizedXmlOrgProperty(java.lang.String name, java.lang.Object value)
          By default, we don't support the default properties...
 

Uses of SAXNotSupportedException in org.xml.sax
 

Methods in org.xml.sax that throw SAXNotSupportedException
 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 SAXNotSupportedException in org.xml.sax.helpers
 

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