Uses of Class
org.xml.sax.SAXNotRecognizedException

Packages that use SAXNotRecognizedException
javax.xml.parsers   
javax.xml.validation   
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.trax   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of SAXNotRecognizedException in javax.xml.parsers
 

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

Uses of SAXNotRecognizedException in javax.xml.validation
 

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

Uses of SAXNotRecognizedException in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that throw SAXNotRecognizedException
 void PipeDocument.usePipe(java.util.Vector vTHandler, java.lang.String source, java.lang.String target)
          Uses a Vector of TransformerHandlers to pipe XML input document through a series of 1 or more transformations.
 

Uses of SAXNotRecognizedException in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that throw SAXNotRecognizedException
 boolean TransformerImpl.getFeature(java.lang.String name)
          Look up the value of a feature.
 

Uses of SAXNotRecognizedException in org.apache.xalan.xsltc.trax
 

Methods in org.apache.xalan.xsltc.trax that throw SAXNotRecognizedException
 boolean DOM2SAX.getFeature(java.lang.String name)
          This class is only used internally so this method should never be called.
 void DOM2SAX.setFeature(java.lang.String name, boolean value)
          This class is only used internally so this method should never be called.
 void DOM2SAX.setProperty(java.lang.String name, java.lang.Object value)
          This class is only used internally so this method should never be called.
 java.lang.Object DOM2SAX.getProperty(java.lang.String name)
          This class is only used internally so this method should never be called.
 boolean DOM2TO.getFeature(java.lang.String name)
          This class is only used internally so this method should never be called.
 void DOM2TO.setFeature(java.lang.String name, boolean value)
          This class is only used internally so this method should never be called.
 void DOM2TO.setProperty(java.lang.String name, java.lang.Object value)
          This class is only used internally so this method should never be called.
 java.lang.Object DOM2TO.getProperty(java.lang.String name)
          This class is only used internally so this method should never be called.
 

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.
 void XMLReader.setFeature(java.lang.String name, boolean value)
          Set the value of a feature flag.
 java.lang.Object XMLReader.getProperty(java.lang.String name)
          Look up the value of a property.
 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
 void XMLFilterImpl.setFeature(java.lang.String name, boolean value)
          Set the value of a feature.
 boolean XMLFilterImpl.getFeature(java.lang.String name)
          Look up the value of a feature.
 void XMLFilterImpl.setProperty(java.lang.String name, java.lang.Object value)
          Set the value of a 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.
 boolean ParserAdapter.getFeature(java.lang.String name)
          Check a parser feature flag.
 void ParserAdapter.setProperty(java.lang.String name, java.lang.Object value)
          Set a parser property.
 java.lang.Object ParserAdapter.getProperty(java.lang.String name)
          Get a parser property.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.