tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
XmlText
tango
text
xml
PullParser
package
struct
XmlText (
Ch
) {
package
const
(
Ch
)*
end
;
package
size_t
len
;
package
const
(
Ch
)[]
text
;
package
const
(
Ch
)*
point
;
void
reset
(const(Ch[]) newText);
__gshared immutable
ubyte
[
64
]
name
;
__gshared immutable
ubyte
[
64
]
attributeName
;
}
Members
Functions
reset
void
reset
(const(Ch[]) newText)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
attributeName
ubyte
[
64
]
attributeName
;
Undocumented in source.
name
ubyte
[
64
]
name
;
Undocumented in source.
Variables
end
const
(
Ch
)*
end
;
Undocumented in source.
len
size_t
len
;
Undocumented in source.
point
const
(
Ch
)*
point
;
Undocumented in source.
text
const
(
Ch
)[]
text
;
Undocumented in source.
Meta
Source
See Implementation
tango
text
xml
PullParser
classes
PullParser
enums
XmlNodeType
XmlTokenType
functions
testParser
static variables
testXML
structs
XmlText