Update comment.

This commit is contained in:
James Clark 1997-11-11 06:41:38 +00:00
parent 81809a3083
commit 84be77b536

View File

@ -1,23 +1,18 @@
/* TODO
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 get name length.
Provide method to count lines/columns.
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
NMTOKEN
NAME
PEREF
MatchEndTag(endTagStart, endTagEnd, startTagPtr, startTagEnd)
*/
#ifdef _MSC_VER