#include <LibXmlKit/xmlnode.h>
Go to the source code of this file.
Classes | |
| struct | XmlToken |
| XML token data. More... | |
Typedefs | |
| typedef XmlToken * | XmlTokenPtr |
| Pointer of XmlToken structure. | |
| typedef const XmlToken * | XmlConstTokenPtr |
| Pointer of constant XmlToken structure. | |
Enumerations | |
| enum | XmlTokenState { XML_TOKEN_STATE_ELM_HDR, XML_TOKEN_STATE_ELM_NAME, XML_TOKEN_STATE_ELM_END, XML_TOKEN_STATE_TEXT, XML_TOKEN_STATE_FINISH } |
Functions | |
| void | xml_token_print (FILE *outfp, XmlConstTokenPtr token) |
| Print the content of token. | |
|
|
Pointer of constant XmlToken structure.
|
|
|
Pointer of XmlToken structure.
|
|
|
The type of current XML token for lexical analyzer. |
|
||||||||||||
|
Print the content of token. get string for each states |
1.4.5