gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
XMLNode
utils
XML
Undocumented in source.
struct
XMLNode {
XMLNodeType
type
;
string
value
;
string
[
string
]
attributes
;
}
Members
Variables
attributes
string
[
string
]
attributes
;
Undocumented in source.
type
XMLNodeType
type
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
utils
XML
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
CountLines
XMLNode