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

-
RootedXSLT() -

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

RootedXSLT public RootedXSLT()

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
main public static void main(java.lang.String args[])
All Packages Class Hierarchy This Package Previous Next Index