Package org.eclipse.wst.xsl.core.model
public class XSLAttribute extends org.eclipse.wst.xsl.core.model.XSLNodeAn attribute of an element in the XSL namespace.
Field Summary | |
package-private java.lang.String | name |
package-private java.lang.String | value |
Constructor Summary |
XSLAttribute(org.eclipse.wst.xsl.core.model.XSLElement element
,
java.lang.String name
,
java.lang.String value) |
Method Summary | |
public org.eclipse.wst.xsl.core.model.XSLModelObject.Type | getModelType() |
public java.lang.String | getName() Get the name of this. |
public java.lang.String | getValue() Get the value of this. |
Field Detail |
package-private java.lang.String name
package-private java.lang.String value
Constructor Detail |
public XSLAttribute(org.eclipse.wst.xsl.core.model.XSLElement element
,
java.lang.String name
,
java.lang.String value)
Create a new instance of this.
Methods Detail |
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 name of this.
java.lang.String
- the attribute's name
public java.lang.String getValue()
Get the value of this.
java.lang.String
- the attribute's value