XmlNode

Undocumented in source.

Constructors

this
this(string name, XmlNode parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addChild
void addChild(XmlNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
appendText
void appendText(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
firstChildByTag
XmlNode firstChildByTag(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextUnmanaged
string getTextUnmanaged()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(dstring indent)
Undocumented in source. Be warned that the author may not have intended to support it.
printProperties
void printProperties(dstring indent)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
Array!XmlNode children;
Undocumented in source.
name
string name;
Undocumented in source.
parent
XmlNode parent;
Undocumented in source.
properties
Dict!(string, string) properties;
Undocumented in source.
text
string text;
Undocumented in source.

Meta