Uses of Class
org.xml.sax.SAXNotRecognizedException

Packages that use SAXNotRecognizedException
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.validation This package provides an API for validation of XML documents. 
org.apache.xerces.jaxp   
org.apache.xerces.jaxp.validation   
org.apache.xerces.parsers   
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 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 javax.xml.validation
 

Methods in javax.xml.validation that throw SAXNotRecognizedException
 boolean ValidatorHandler.getFeature(java.lang.String name)
          Look up the value of a feature flag.
 boolean Validator.getFeature(java.lang.String name)
          Look up the value of a feature flag.
 boolean SchemaFactory.getFeature(java.lang.String name)
          Look up the value of a feature flag.
 java.lang.Object ValidatorHandler.getProperty(java.lang.String name)
          Look up the value of a property.
 java.lang.Object Validator.getProperty(java.lang.String name)
          Look up the value of a property.
 java.lang.Object SchemaFactory.getProperty(java.lang.String name)
          Look up the value of a property.
 void ValidatorHandler.setFeature(java.lang.String name, boolean value)
          Set the value of a feature flag.
 void Validator.setFeature(java.lang.String name, boolean value)
          Set the value of a feature flag.
 void SchemaFactory.setFeature(java.lang.String name, boolean value)
          Set the value of a feature flag.
 void ValidatorHandler.setProperty(java.lang.String name, java.lang.Object object)
          Set the value of a property.
 void Validator.setProperty(java.lang.String name, java.lang.Object object)
          Set the value of a property.
 void SchemaFactory.setProperty(java.lang.String name, java.lang.Object object)
          Set the value of a property.
 

Uses of SAXNotRecognizedException in org.apache.xerces.jaxp
 

Methods in org.apache.xerces.jaxp that throw SAXNotRecognizedException
 boolean SAXParserImpl.JAXPSAXParser.getFeature(java.lang.String name)
           
 boolean SAXParserFactoryImpl.getFeature(java.lang.String name)
          returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 java.lang.Object SAXParserImpl.getProperty(java.lang.String name)
          returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
 java.lang.Object SAXParserImpl.JAXPSAXParser.getProperty(java.lang.String name)
           
 void SAXParserImpl.JAXPSAXParser.setFeature(java.lang.String name, boolean value)
          Override SAXParser's setFeature method to track the initial state of features.
 void SAXParserFactoryImpl.setFeature(java.lang.String name, boolean value)
          Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
 void SAXParserImpl.setProperty(java.lang.String name, java.lang.Object value)
          Sets the particular property in the underlying implementation of org.xml.sax.XMLReader.
 void SAXParserImpl.JAXPSAXParser.setProperty(java.lang.String name, java.lang.Object value)
          Override SAXParser's setProperty method to track the initial state of properties.
 

Uses of SAXNotRecognizedException in org.apache.xerces.jaxp.validation
 

Methods in org.apache.xerces.jaxp.validation that throw SAXNotRecognizedException
 boolean XMLSchemaFactory.getFeature(java.lang.String name)
           
 java.lang.Object XMLSchemaFactory.getProperty(java.lang.String name)
           
 void XMLSchemaFactory.setFeature(java.lang.String name, boolean value)
           
 void XMLSchemaFactory.setProperty(java.lang.String name, java.lang.Object object)
           
 

Uses of SAXNotRecognizedException in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that throw SAXNotRecognizedException
 boolean DOMParser.getFeature(java.lang.String featureId)
          Query the state of a feature.
 boolean AbstractSAXParser.getFeature(java.lang.String featureId)
          Query the state of a feature.
 java.lang.Object DOMParser.getProperty(java.lang.String propertyId)
          Query the value of a property.
 java.lang.Object AbstractSAXParser.getProperty(java.lang.String propertyId)
          Query the value of a property.
 void DOMParser.setFeature(java.lang.String featureId, boolean state)
          Set the state of any feature in a SAX2 parser.
 void AbstractSAXParser.setFeature(java.lang.String featureId, boolean state)
          Set the state of any feature in a SAX2 parser.
 void DOMParser.setProperty(java.lang.String propertyId, java.lang.Object value)
          Set the value of any property in a SAX2 parser.
 void AbstractSAXParser.setProperty(java.lang.String propertyId, java.lang.Object value)
          Set the value of any property in a SAX2 parser.
 

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.