Package org.eclipse.wst.xsl.core.model
public class Variable extends org.eclipse.wst.xsl.core.model.XSLElementThe
xsl:variable
model element.Constructor Summary |
Variable(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet) |
Method Summary | |
public java.lang.String | getAs() If an XSLT 2.0, return the value of the as attribute if one exists. |
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 | getSelect() Get the value of the select attribute if one exists. |
Constructor Detail |
public Variable(org.eclipse.wst.xsl.core.model.Stylesheet stylesheet)
Create a new instance of this.
Methods Detail |
public java.lang.String getAs()
If an XSLT 2.0, return the value of the as
attribute if one exists.
java.lang.String
- the as value, or null
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 variable name, or null
public java.lang.String getSelect()
Get the value of the select
attribute if one exists.
java.lang.String
- the select value, or null