Tree

Undocumented in source.

Constructors

this
this(string name, string value, Tree[] childs, string baseUri, size_t row, size_t col)
Undocumented in source.
this
this(DirEntry input, string baseUri, size_t row, size_t col)
Undocumented in source.
this
this(File input, string baseUri, size_t row, size_t col)
Undocumented in source.
this
this(string input, string baseUri, size_t row, size_t col)
Undocumented in source.

Members

Functions

expand
Tree expand()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
make
Tree make(string name, string value, Tree[] childs, string baseUri, size_t row, size_t col)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(string[] path)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Tree opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Tree[] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
pipe
OutputType pipe(OutputType output, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
uri
string uri()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromJSON
Tree fromJSON(string json)
Undocumented in source. Be warned that the author may not have intended to support it.
fromJSON
Tree fromJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
fromXML
Tree fromXML(string xml)
Undocumented in source. Be warned that the author may not have intended to support it.
fromXML
Tree fromXML(Item xml)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

baseUri
string baseUri;
Undocumented in source.
childs
Tree[] childs;
Undocumented in source.
col
size_t col;
Undocumented in source.
name
string name;
Undocumented in source.
row
size_t row;
Undocumented in source.
value
string value;
Undocumented in source.

Meta