| |
|
| java.lang.Object de.schlund.pfixcore.util.XsltParam
XsltParam | public class XsltParam (Code) | | author: adam author: Class used to store XSL parameters specified as nested author: <param> -Elements to the Xslt-Tasks. |
XsltParam | public XsltParam()(Code) | | |
getExpression | public String getExpression() throws BuildException(Code) | | Get the parameter expression
the parameter expression exception: BuildException - if the expression is not set. |
getName | public String getName() throws BuildException(Code) | | Get the parameter name
the parameter name exception: BuildException - if the name is not set. |
setExpression | public void setExpression(String expression)(Code) | | The XSL expression for the parameter value
Parameters: expression - the XSL expression representing theparameter's value. |
setName | public void setName(String name)(Code) | | Set the parameter name.
Parameters: name - the name of the parameter. |
shortClassname | public static String shortClassname(String classname)(Code) | | classname without package prefix |
|
|
|