API

Uses of Interface
com.ibm.xml.xapi.XSLTExecutable

Uses of XSLTExecutable in com.ibm.xml.xapi
 

Methods in com.ibm.xml.xapi that return XSLTExecutable
 XSLTExecutable XCompilationFactory.loadXSLT(XCompilationParameters parameters)
          Load the compiled XSL stylesheet classes and return an XSLTransformExecutable object.
abstract  XSLTExecutable XFactory.prepareXSLT(Source stylesheet)
          Create an XSLTransformExecutable for an XSL stylesheet which can then be used to apply that stylesheet to input documents.
abstract  XSLTExecutable XFactory.prepareXSLT(Source stylesheet, XStaticContext context)
          Create an XSLTransformExecutable for an XSL stylesheet which can then be used to apply that stylesheet to input documents.
 


IBM Copyright 2004-2008