- addAttribute
XmlNode addAttribute(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addChild
XmlNode addChild(XmlNode child)
Undocumented in source. Be warned that the author may not have intended to support it.
- findChild
XmlNode findChild(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- findChildren
XmlNode[] findChildren(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref XmlNode) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
XmlNode opIndex(string tag)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
XmlNode opIndex(string tag, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
XmlNode opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- toPrettyString
string toPrettyString()
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.
- writeTo
void writeTo(XmlWriter output)
Undocumented in source. Be warned that the author may not have intended to support it.