Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.xml.transform.sax

Base "TRAX" API for XSLT transformers.

See:
          Description

Interface Summary
TemplatesHandler A content handler that processes SAX parse events into a compiled transformation template.
TransformerHandler A content handler that transforms SAX events into a result tree.
 

Class Summary
SAXResult Specifies SAX handlers to be used as a result sink during a transformation.
SAXSource Specifies a SAX XML source.
SAXTransformerFactory Specialized transformer factory with support for SAX-specific factory methods.
 

Package javax.xml.transform.sax Description

Base "TRAX" API for XSLT transformers. This API borrows many structural notions from SAX, such as the way error handling and external entity resolution are handled, although it does not reuse the corresponding SAX classes. To use XSLT transformers:

The OutputKeys class holds constants that can be used to configure output properties used with Result objects, as if they were specified in xslt:output attributes in the stylesheet specifying the transform.

The Templates class accomodates the notion of "compiled" transforms.