Update comment.
This commit is contained in:
parent
81809a3083
commit
84be77b536
@ -1,23 +1,18 @@
|
|||||||
/* TODO
|
/* TODO
|
||||||
|
|
||||||
method to get name length
|
Provide method to get name length.
|
||||||
method to extract attribute names (returns number of atts)
|
|
||||||
size_t getAttributes(const char *ptr, const char *end, const char **atts, size_t maxAtts)
|
|
||||||
|
|
||||||
|
|
||||||
Provide method to count lines/columns.
|
Provide method to count lines/columns.
|
||||||
|
|
||||||
Provide methods to convert to any of UTF-8, UTF-18, UCS-4.
|
Provide methods to convert to any of UTF-8, UTF-18, UCS-4.
|
||||||
|
|
||||||
Better prolog tokenization
|
Tokenize prologs in a way useful for well-formedness checking
|
||||||
|
|
||||||
<!NAME
|
<!NAME
|
||||||
NMTOKEN
|
NMTOKEN
|
||||||
NAME
|
NAME
|
||||||
PEREF
|
PEREF
|
||||||
|
|
||||||
MatchEndTag(endTagStart, endTagEnd, startTagPtr, startTagEnd)
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
Reference in New Issue
Block a user