ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
XmlText
ocean
text
xml
PullParser
package
struct
XmlText (
Ch
) {
package
Ch
*
end
;
package
size_t
len
;
package
Ch
[]
text
;
package
Ch
*
point
;
void
reset
(Ch[] newText);
static
const
(
ubyte
[
64
])
name
;
static
const
(
ubyte
[
64
])
attributeName
;
}
Members
Functions
reset
void
reset
(Ch[] newText)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
attributeName
const
(
ubyte
[
64
])
attributeName
;
Undocumented in source.
name
const
(
ubyte
[
64
])
name
;
Undocumented in source.
Variables
end
Ch
*
end
;
Undocumented in source.
len
size_t
len
;
Undocumented in source.
point
Ch
*
point
;
Undocumented in source.
text
Ch
[]
text
;
Undocumented in source.
Meta
Source
See Implementation
ocean
text
xml
PullParser
classes
PullParser
enums
XmlNodeType
XmlTokenType
functions
testParser
static variables
testXML
structs
XmlText