This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
This package implements DOM-specific transformation APIs.
This package implements SAX2-specific transformation APIs.
This package implements stream- and URI- specific transformation APIs.
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get the stylesheet specification(s) associated
document specified in the source parameter, and that match
the given criteria.
java.lang.String base)
Called by the processor when it encounters
an xsl:include, xsl:import, or document() function.
Process the Source into a Transformer object.
Process the Source into a Templates object, which is a
a compiled representation of the source.
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get the stylesheet specification(s) associated
document specified in the source parameter, and that match
the given criteria.
abstract void
Process the source tree to the output result.
class
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
class
Acts as an holder for SAX-style Source.
Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
Create an XMLFilter that uses the given Source as the
transformation instructions.
Attempt to obtain a SAX InputSource object from a TrAX Source
object.
class
Acts as an holder for a transformation Source in the form
of a stream of XML markup.