- tag
string tag;
Undocumented in source.
- attributes
XmlAttributes attributes;
Undocumented in source.
- parent
XmlNode parent;
Undocumented in source.
- children
XmlNode[] children;
Undocumented in source.
- type
XmlNodeType type;
Undocumented in source.
- startPos
ulong startPos;
- endPos
ulong endPos;
Undocumented in source.
- 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.
- toString
string toString()
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.
- writeTo
void writeTo(XmlWriter output)
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text [@property getter]
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.
- 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.
- length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
alias opDollar = length
Undocumented in source.
- opApply
int opApply(int delegate(ref XmlNode) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
XmlNode dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.