Uses of Package
org.apache.trax

Packages that use org.apache.trax
org.apache.trax Defines a global interface for generating Templates and performing XML transformations. 
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.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
 

Classes in org.apache.trax used by org.apache.trax
Processor
          A particular transformation Processor is "plugged" into the platform via Processor in one of two ways: 1) as a platform default, and 2) through external specification by a system property named "org.xml.org.apache.trax.Processor.[type]" obtained using java.lang.System.getProperty().
ProcessorException
          This exception serves as a root exception of TRaX exception, and is thrown in raw form when an exceptional condition occurs in the Processor object.
ProcessorFactoryException
          The ProcessorFactoryException is a type of ProcessorException that is thrown when a configurable factory object can not be created.
Result
          Acts as an holder for a transformation result tree.
Templates
          The Templates object is the runtime representation of compiled transformation instructions.
TemplatesBuilder
          This is a SAX ContentHandler that may be used to process SAX events into an Templates objects.
Transformer
          This object represents a Transformer, which is a SAX2 XMLFilter.
TransformException
          This simply subclasses the TransformException for the purposes of being able to be caught in a catch clause.
URIResolver
          This version of URIResolver reflects the proposal made by Michael Kay to revise the interface as defined in TRAX 0.6.
 

Classes in org.apache.trax used by org.apache.xalan.processor
Processor
          A particular transformation Processor is "plugged" into the platform via Processor in one of two ways: 1) as a platform default, and 2) through external specification by a system property named "org.xml.org.apache.trax.Processor.[type]" obtained using java.lang.System.getProperty().
ProcessorException
          This exception serves as a root exception of TRaX exception, and is thrown in raw form when an exceptional condition occurs in the Processor object.
Templates
          The Templates object is the runtime representation of compiled transformation instructions.
TemplatesBuilder
          This is a SAX ContentHandler that may be used to process SAX events into an Templates objects.
TransformException
          This simply subclasses the TransformException for the purposes of being able to be caught in a catch clause.
 

Classes in org.apache.trax used by org.apache.xalan.templates
ProcessorException
          This exception serves as a root exception of TRaX exception, and is thrown in raw form when an exceptional condition occurs in the Processor object.
Templates
          The Templates object is the runtime representation of compiled transformation instructions.
Transformer
          This object represents a Transformer, which is a SAX2 XMLFilter.
 

Classes in org.apache.trax used by org.apache.xalan.transformer
Result
          Acts as an holder for a transformation result tree.
Transformer
          This object represents a Transformer, which is a SAX2 XMLFilter.
TransformException
          This simply subclasses the TransformException for the purposes of being able to be caught in a catch clause.
URIResolver
          This version of URIResolver reflects the proposal made by Michael Kay to revise the interface as defined in TRAX 0.6.
 

Classes in org.apache.trax used by org.apache.xpath
TransformException
          This simply subclasses the TransformException for the purposes of being able to be caught in a catch clause.
URIResolver
          This version of URIResolver reflects the proposal made by Michael Kay to revise the interface as defined in TRAX 0.6.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.