| java.lang.Object org.apache.bsf.util.BSFEngineImpl org.apache.bsf.engines.xslt.XSLTEngine
XSLTEngine | public class XSLTEngine extends BSFEngineImpl (Code) | | Xerces XSLT interface to BSF. Requires Xalan and Xerces from Apache.
This integration uses the BSF registry to pass in any src document
and stylesheet base URI that the user may wish to set.
author: Sanjiva Weerawarana author: Sam Ruby author: Re-implemented for the Xalan 2 codebase author: Victor J. Orlikowski |
eval | public Object eval(String source, int lineNo, int columnNo, Object oscript) throws BSFException(Code) | | Evaluate an expression. In this case, an expression is assumed
to be a stylesheet of the template style (see the XSLT spec).
|
Methods inherited from org.apache.bsf.util.BSFEngineImpl | public Object apply(String source, int lineNo, int columnNo, Object funcBody, Vector paramNames, Vector arguments) throws BSFException(Code)(Java Doc) public void compileApply(String source, int lineNo, int columnNo, Object funcBody, Vector paramNames, Vector arguments, CodeBuffer cb) throws BSFException(Code)(Java Doc) public void compileExpr(String source, int lineNo, int columnNo, Object expr, CodeBuffer cb) throws BSFException(Code)(Java Doc) public void compileScript(String source, int lineNo, int columnNo, Object script, CodeBuffer cb) throws BSFException(Code)(Java Doc) public void declareBean(BSFDeclaredBean bean) throws BSFException(Code)(Java Doc) public void exec(String source, int lineNo, int columnNo, Object script) throws BSFException(Code)(Java Doc) public void iexec(String source, int lineNo, int columnNo, Object script) throws BSFException(Code)(Java Doc) public void initialize(BSFManager mgr, String lang, Vector declaredBeans) throws BSFException(Code)(Java Doc) public void propertyChange(PropertyChangeEvent e)(Code)(Java Doc) public void terminate()(Code)(Java Doc) public void undeclareBean(BSFDeclaredBean bean) throws BSFException(Code)(Java Doc)
|
|
|