Node

The node type.

Constructors

this
this(Node* parent, string namespace, string name, Value[] values, Value[string] attrs, Node*[] children)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

opIndex
size_t opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Value opIndexAssign(Value v, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Value opIndexAssign(Value v, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attrs
Value[string] attrs;
Undocumented in source.
children
Node*[] children;
name
string name;
Undocumented in source.
namespace
string namespace;
Undocumented in source.
parent
Node* parent;
Undocumented in source.
values
Value[] values;
Undocumented in source.

Meta