Uses of Interface
javax.xml.transform.Templates

Packages that use Templates
javax.xml.transform Base "TRAX" API for XSLT transformers. 
javax.xml.transform.sax Support for SAX2-based XSLT transformers. 
 

Uses of Templates in javax.xml.transform
 

Methods in javax.xml.transform that return Templates
abstract  Templates TransformerFactory.newTemplates(Source stylesheet)
          Returns a pre-compiled stylesheet.
 

Uses of Templates in javax.xml.transform.sax
 

Methods in javax.xml.transform.sax that return Templates
 Templates TemplatesHandler.getTemplates()
           
 

Methods in javax.xml.transform.sax with parameters of type Templates
abstract  TransformerHandler SAXTransformerFactory.newTransformerHandler(Templates stylesheet)
          Returns a SAX event consumer sending its inputs to some Result after transforming them according to a pre-parsed stylesheet.
abstract  XMLFilter SAXTransformerFactory.newXMLFilter(Templates stylesheet)
          Returns a SAX parser that transforms XML data according to a pre-parsed stylesheet before reporting SAX events.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.