Package org.exolab.adaptx.xslt

Interface Summary
ActionIterator This interface that allows iterating of a set of XSLT actions.
ActionTemplate This interface that represents a set of XSLT actions.
Conditional Represents a an interface for conditional based xsl elements such as xsl:if and xsl:choose{xsl:when}
FunctionResolver Simple interface which provides a way to resolve "extension" functions
OutputFormat A class for maintaining state information for the output of the XSL result tree
ResultHandler An interface for processing XSLT result trees.
ScriptHandler An interface for scripting environments
 

Class Summary
AttributeSet Represents an xsl:attribute-set
AttributeValueTemplate A representation of an Attribute Value Template
CopyOf Represents an XSLIf Object (xsl:if)
EmptyXSLObject This class represents an Empty XSLObject in the style tree.
Id Represents an xsl:id element
LocationPathPattern This class represents a "Location Path Pattern" as specified in the W3C XSLT 1.0 Recommendation.
Names XSL Names
Param Represents an xsl:param
ParamVariable Represents an xsl:with-param
Pattern This class represents a "pattern" as specified in the W3C XSLT 1.0 Recommendation.
ProcessorCallback This class is used for calling back into the RuleProcessor to perform special tasks, such as adding nodes to the result tree
ProcessorState The current RuleProcessor environment.
RuleProcessor This class is the "template" rule processor which processes an XML document using it's XSLStylesheet.
Selection Represents a Basic XSL Selection Object.
TemplateRule A class that Represents an XSLT Template Rule.
TreeFragmentResult Represents a TreeFragment result
ValueOf Represents the xsl:value-of element.
Variable Represents an xsl:variable
XSLCallTemplate This class represents an xsl:call-template.
XSLCData Represents the an xsl:cdata in the XSLStylesheet.
XSLIf Represents an XSLIf Object (xsl:if)
XSLImport This class represents an xsl:import or xsl:include XSLElement.
XSLNumber Represents the xsl:number element.
XSLObject This class represents an XSLObject in the style tree.
XSLOtherwise Represents an XSLOtherwise Object (xsl:otherwise)
XSLOutput A class for maintaining state information for the output of the XSL result tree
XSLPIHandler This class handle Processor Instructions for the XSL processor
XSLScript This class represents a xsl:script element.
XSLSort Represents an xsl:sort element
XSLText Represents the xsl:text element
XSLTFunction The base class for XSLT functions.
XSLTFunctionResult Abstract class representing the result of an XSLT extension function.
XSLTProcessor This class represents an XSLT Processor that implements the W3C XSLT 1.0 Recommendation.
XSLTReader A class for reading an XSLT stylesheet from a stream or file.
XSLTStylesheet This class represents an XSL stylesheet
 

Exception Summary
PatternException An exception thrown during parsing of XSLT patterns
XSLException The main exception thrown during XSLT processing