Uses of Interface
org.apache.trax.Templates

Packages that use Templates
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. 
 

Uses of Templates in org.apache.trax
 

Methods in org.apache.trax that return Templates
abstract  Templates Processor.process(InputSource source)
          Process the source into a templates object.
abstract  Templates Processor.processFromNode(Node node)
          Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
abstract  Templates Processor.processFromNode(Node node, java.lang.String systemID)
          Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
abstract  Templates Processor.processMultiple(InputSource[] source)
          Process a series of inputs, treating them in import or cascade order.
 Templates TemplatesBuilder.getTemplates()
          When this object is used as a ContentHandler or DocumentHandler, it creates a Templates object, which the caller can get once the SAX events have been completed.
 

Uses of Templates in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor that return Templates
 Templates StylesheetProcessor.process(InputSource source)
          Process the source into a templates object.
 Templates StylesheetProcessor.processFromNode(Node node)
          Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
 Templates StylesheetProcessor.processFromNode(Node node, java.lang.String systemID)
          Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature.
 Templates StylesheetProcessor.processMultiple(InputSource[] source)
          Process a series of inputs, treating them in import or cascade order.
 Templates StylesheetHandler.getTemplates()
          **For advanced use only** When this object is used as a ContentHandler or ContentHandler, it will create a Templates object, which the caller can get once the SAX events have been completed.
 

Uses of Templates in org.apache.xalan.templates
 

Classes in org.apache.xalan.templates that implement Templates
 class StylesheetRoot
           This class represents the root object of the stylesheet tree.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.