public class NodeAttributes extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
NodeAttributes() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttribute()
Description:
|
java.lang.String |
getNode()
Description:
Specifies the id of the node template that the contained attributes should apply to
|
java.lang.String |
getTagName() |
void |
setAttribute(java.util.List<Attribute> attribute)
Description:
|
void |
setNode(java.lang.String node)
Description:
Specifies the id of the node template that the contained attributes should apply to
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getNode()
public void setNode(java.lang.String node)
node - the value of the node attribute of the Tag this class represents.public java.util.List<Attribute> getAttribute()
public void setAttribute(java.util.List<Attribute> attribute)
attribute - a list of Attribute objects.