ae v0.0.2137 (2018-01-31T16:30:29Z)
Home
Dub
Repo
XmlDom.Cursor
ae
utils
xmldom
XmlDom
Undocumented in source.
struct
XmlDom
(STRING = string, XML_STRING = XmlString!STRING)
struct
Cursor {
Node
*
currentParent
;
Node
*
currentSibling
;
void
descend
();
void
ascend
();
void
insertNode
(Node* n);
void
appendNode
(Node* n);
bool
empty
[@property getter];
alias
front
=
currentSibling
;
void
popFront
();
}
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
Source
See Implementation
ae
utils
xmldom
XmlDom
functions
getCursor
structs
Cursor
Node
variables
root