tango ~master (2025-06-29T14:40:56.0544651)
Dub
Repo
XmlText
tango
text
xml
PullParser
package
struct
XmlText (
Ch
) {
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