ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
XmlDom.Node
ae
utils
xmldom
XmlDom
Undocumented in source.
struct
XmlDom
(STRING = string, XML_STRING = XmlString!STRING)
struct
Node {
XmlNodeType
type
;
union
__anonymous
;
union
__anonymous
;
Node
*
nextSibling
;
Node
*
parent
;
}
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
Source
See Implementation
ae
utils
xmldom
XmlDom
functions
getCursor
structs
Cursor
Node
variables
root