XmlDom.Node

Undocumented in source.
struct XmlDom(STRING = string, XML_STRING = XmlString!STRING)
struct Node {}

Members

Unions

__anonymous
union __anonymous
Undocumented in source.
__anonymous
union __anonymous
Undocumented in source.

Variables

nextSibling
Node* nextSibling;
Undocumented in source.
parent
Node* parent;
Undocumented in source.
type
XmlNodeType type;
Undocumented in source.

Meta