|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformer | |
org.apache.trax | Defines a global interface for generating Templates and performing XML transformations. |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of Transformer in org.apache.trax |
Methods in org.apache.trax that return Transformer | |
Transformer |
Templates.newTransformer()
Create a new transformation context for this Templates object. |
Uses of Transformer in org.apache.xalan.templates |
Methods in org.apache.xalan.templates that return Transformer | |
Transformer |
StylesheetRoot.newTransformer()
Create a new transformation context for this Templates object. |
Uses of Transformer in org.apache.xalan.transformer |
Classes in org.apache.xalan.transformer that implement Transformer | |
class |
TransformerImpl
**For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree. |
Methods in org.apache.xalan.transformer that return Transformer | |
Transformer |
TransformState.getTransformer()
Get the TrAX Transformer object in effect. |
Transformer |
TransformerImpl.getTransformer()
**For advanced use only** Get the TrAX Transformer object in effect. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |