XmlNode

Undocumented in source.

Constructors

this
this(StringStream s)
Undocumented in source.
this
this(string s)
Undocumented in source.
this
this(XmlNodeType type, string tag)
Undocumented in source.

Members

Functions

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.
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.

Properties

dup
XmlNode dup [@property getter]
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.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
XmlAttributes attributes;
Undocumented in source.
children
XmlNode[] children;
endPos
ulong endPos;
Undocumented in source.
parent
XmlNode parent;
Undocumented in source.
startPos
ulong startPos;
Undocumented in source.
tag
string tag;
Undocumented in source.
type
XmlNodeType type;
Undocumented in source.

Meta