AttributeNode constructor
AttributeNode(
- dynamic attributeName,
- dynamic nodeType
Implementation
AttributeNode(attributeName, nodeType) : super(nodeType) {
generateLength = 1;
this._attributeName = attributeName;
}