Expand description
XML tag parsers
Functions§
- attr_
string - Parses a xml attribute string(surrounded double quotes), e.g.
"string"
- class_
start_ tag - Parses the array start tag (e.g.
<hkobject name="#0010" class="hkbProjectData" signature="0x13a39ba7">
) - end_tag
- Parses the end tag
</tag>
- field_
start_ close_ tag - Parses the field of class start closing tag
>
,numelements="0">
,/>
, ornumelements="0" />
- field_
start_ open_ tag - Parses the field of class start opening tag
<hkparam name=
- number_
in_ string - Parses a number inside a string, e.g.,
"64"
- start_
tag - Parses the start tag
<tag>