Home | History | Annotate | Download | only in lib

Lines Matching full:token

12 /* The following token may be returned by XmlContentTok */
22 #define XML_TOK_PARTIAL -1 /* only part of a token */
75 /* The following token is returned only by XmlAttributeValueTok */
78 /* The following token is returned only by XmlCdataSectionTok */
177 token, but do not scan past eptr. Return an integer giving the
178 type of token.
183 token; nextTokPtr will not be set.
186 token; nextTokPtr will be set to point to the character which made
187 the token invalid.
189 Otherwise the string starts with a valid token; nextTokPtr will be
190 set to point to the character following the end of that token.
192 Each data character counts as a single token, but adjacent data