Package org.eclipse.wst.xsl.core.model
public class Function extends org.eclipse.wst.xsl.core.model.XSLElement
Field Summary | |
package-private java.util.List | parameters |
package-private java.util.List | variables |
Constructor Summary |
Function(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet) |
Method Summary | |
public void | addParameter(org.eclipse.wst.xsl.core.model.Parameter parameter) Add a parameter to this. |
public void | addVariable(org.eclipse.wst.xsl.core.model.Variable var) Add a variable to this. |
public java.lang.String | getAsValue() |
public org.eclipse.wst.xsl.core.model.XSLModelObject.Type | getModelType() |
public java.lang.String | getName() Get the value of the name attribute if one exists. |
public java.lang.String | getOverRideValue() |
public java.util.List | getParameters() Return the parameters defined in this function. |
public java.util.List | getVariables() Return the variables defined in this function. |
Field Detail |
package-private java.util.List parameters
package-private java.util.List variables
Constructor Detail |
public Function(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet)
Methods Detail |
public void addParameter(org.eclipse.wst.xsl.core.model.Parameter parameter)
Add a parameter to this.
parameter
- the parameter to add
public void addVariable(org.eclipse.wst.xsl.core.model.Variable var)
Add a variable to this.
var
- the variable to add
public java.lang.String getAsValue()
java.lang.String
public org.eclipse.wst.xsl.core.model.XSLModelObject.Type getModelType()
org.eclipse.wst.xsl.core.model.XSLModelObject.Type
public java.lang.String getName()
Get the value of the name
attribute if one exists.
java.lang.String
- the function name, or null
public java.lang.String getOverRideValue()
java.lang.String
public java.util.List getParameters()
Return the parameters defined in this function.
java.util.List
public java.util.List getVariables()
Return the variables defined in this function.
java.util.List