Package org.eclipse.wst.xsl.core.model
public class CallTemplate extends org.eclipse.wst.xsl.core.model.XSLElementThe
xsl:call-template
model element.Field Summary | |
package-private java.util.List | parameters |
Constructor Summary |
CallTemplate(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 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.util.List | getParameters() Get the list of parameters associated with this. |
Field Detail |
package-private java.util.List parameters
Constructor Detail |
public CallTemplate(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet)
Create a new instance of this.
Methods Detail |
public void addParameter(org.eclipse.wst.xsl.core.model.Parameter parameter)
Add a parameter to this.
parameter
- the parameter to add
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 template name, or null
public java.util.List getParameters()
Get the list of parameters associated with this.
java.util.List
- a list of parameters