|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.XSLTProcess.Param
The Param inner class used to store XSL parameters
| Constructor Summary | |
XSLTProcess.Param()
|
|
| Method Summary | |
java.lang.String |
getExpression()
Get the parameter expression |
java.lang.String |
getName()
Get the parameter name |
void |
setExpression(java.lang.String expression)
The XSL expression for the parameter value |
void |
setName(java.lang.String name)
Set the parameter name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XSLTProcess.Param()
| Method Detail |
public void setName(java.lang.String name)
name - the name of the parameter.public void setExpression(java.lang.String expression)
expression - the XSL expression representing the
parameter's value.
public java.lang.String getName()
throws BuildException
BuildException - if the name is not set.
public java.lang.String getExpression()
throws BuildException
BuildException - if the expression is not set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||