gladed ~master (2018-11-17T17:05:29Z)
Dub
Repo
XmlToken
xmltokenrange
Undocumented in source.
struct
XmlToken {
this
(string d, size_t l);
string
opIndex
(string key);
string
name
;
XmlTokenKind
kind
;
version(XML_AA)
string
[
string
]
attributes
;
version(!XML_AA)
FashMap
!(
string
,
string
)
attributes
;
string
data
;
size_t
line
;
}
Constructors
this
this
(string d, size_t l)
Undocumented in source.
Members
Functions
opIndex
string
opIndex
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attributes
FashMap
!(
string
,
string
)
attributes
;
Undocumented in source.
attributes
string
[
string
]
attributes
;
Undocumented in source.
data
string
data
;
Undocumented in source.
kind
XmlTokenKind
kind
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
xmltokenrange
enums
XmlTokenKind
functions
eatAttri
eatKey
eatWhitespace
has
indexOfAny
indexOfNone
insert
stripLeftIdx
xmlTokenRange
structs
XmlToken
XmlTokenRange