TreeNode

Undocumented in source.

Constructors

this
this(string name, string[string] attributes)
Undocumented in source.
this
this(string name, TreeNodeBase subNodes, string[string] attributes)
Undocumented in source.
this
this(string name, TreeNodeBase[] subNodes, string[string] attributes)
Undocumented in source.

Members

Functions

addAttribute
TreeNode addAttribute(T name, U value)
Undocumented in source. Be warned that the author may not have intended to support it.
addAttributes
TreeNode addAttributes(string[string] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
addContent
TreeNode addContent(TreeNodeBase subNodes)
Undocumented in source. Be warned that the author may not have intended to support it.
addContent
TreeNode addContent(TreeNodeBase[] subNodes)
Undocumented in source. Be warned that the author may not have intended to support it.
format
string format(TreeFormatter formatter)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(TreeFormatter formatter, string content, int nodeDepth)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
string[string] attributes;
Undocumented in source.
name
string name;
Undocumented in source.
subNodes
TreeNodeBase[] subNodes;
Undocumented in source.

Inherited Members

From TreeNodeBase

toString
string toString(TreeFormatter formatter, string content, int nodeDepth)
Undocumented in source.

Meta