- addAttribute
XmlNode addAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- findChild
Nullable!XmlNode findChild(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- findChildren
auto findChildren(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free()
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.
- toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
This struct represents an XML node.