girtod ~master (2021-09-09T21:20:43Z)
Home
Dub
Repo
XMLNode
gtd
XMLReader
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
gtd
XMLReader
classes
XMLException
XMLReader
enums
XMLNodeType
functions
endTag
skipTag
structs
ByChar
CountLines
XMLNode