XmlNode

This struct represents an XML node.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

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.

Properties

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

Variables

attributes
Attributes attributes;
Undocumented in source.
children
XmlNode[] children;
Undocumented in source.

Meta