All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.openly.dt.RootedXSLT

com.openly.dt.EncodingDynamicTag   |   +----com.openly.dt.ParsingDynamicTag           |           +----com.openly.dt.XSLTransform                   |                   +----com.openly.dt.RootedXSLT

public class RootedXSLT
extends com.openly.dt.XSLTransform
RootedXSLT is a Rooted version of XSLTransform. RootedXSLT loads stylesheets from the template root supplied by the Params object. Check out Java and Linking related books at Openly.com!

See Also:
com.openly.dt.XSLTransform

Constructor Index

 o RootedXSLT()

Method Index

 o main(String[])
 o writeValue(String, Params, OutputStream)

Constructors

 o RootedXSLT
 public RootedXSLT()

Methods

 o writeValue
 public void writeValue(java.lang.String param,                        com.openly.util.Params params,                        java.io.OutputStream writer) throws java.io.IOException
Overrides:
writeValue in class com.openly.dt.XSLTransform
 o main
 public static void main(java.lang.String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index