Uses of Class
org.xml.sax.SAXNotSupportedException

Packages that use SAXNotSupportedException
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of SAXNotSupportedException in org.apache.trax
 

Methods in org.apache.trax that throw SAXNotSupportedException
 boolean Processor.getFeature(java.lang.String name)
          Look up the value of a feature.
 void Processor.setFeature(java.lang.String name, boolean value)
          Set the state of a feature.
 

Uses of SAXNotSupportedException in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that throw SAXNotSupportedException
static XObject Extensions.evaluate(ExpressionContext myContext, java.lang.String xpathExpr)
          Returns the result of evaluating the argument as a string containing an XPath expression.
 

Uses of SAXNotSupportedException in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that throw SAXNotSupportedException
 boolean StylesheetProcessor.getFeature(java.lang.String name)
          Look up the value of a feature.
 

Uses of SAXNotSupportedException in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that throw SAXNotSupportedException
 java.lang.Object TransformerImpl.getProperty(java.lang.String name)
          **For advanced use only** Get the value of a property.
 void TransformerImpl.setProperty(java.lang.String name, java.lang.Object value)
          **For advanced use only** Set the value of a property.
 boolean TransformerImpl.getFeature(java.lang.String name)
          **For advanced use only** Look up the value of a feature.
 

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.
 void XMLReader.setFeature(java.lang.String name, boolean value)
          Set the state of a feature.
 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 SAXNotSupportedException in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers that throw SAXNotSupportedException
 void XMLFilterImpl.setFeature(java.lang.String name, boolean state)
          Set the state of a feature.
 boolean XMLFilterImpl.getFeature(java.lang.String name)
          Look up the state 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 state)
          Set a feature for the parser.
 boolean ParserAdapter.getFeature(java.lang.String name)
          Check a parser feature.
 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 © 2000 Apache XML Project. All Rights Reserved.