XmlDom.Cursor

Undocumented in source.

Members

Aliases

front
alias front = currentSibling
Undocumented in source.

Functions

appendNode
void appendNode(Node* n)

Assumes we are at the last sibling

ascend
void ascend()
Undocumented in source. Be warned that the author may not have intended to support it.
descend
void descend()
Undocumented in source. Be warned that the author may not have intended to support it.
insertNode
void insertNode(Node* n)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentParent
Node* currentParent;
currentSibling
Node* currentSibling;
Undocumented in source.

Meta