Initializer |
Node(String nodeName, Attributes attributes = [], {Content<Node>*} children = []) Parameters:
|
Attributes | |
attributes | Source Codeshared Attributes attributes The attributes associated with this node. |
children | Source Codeshared default {Content<Node>*} children The children of this node. |
nodeName | Source Codeshared String nodeName The name of this node. |
string | Source Codeshared actual String string A string representing this node and all children. Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |