#include <LibXmlKit/xmltoken.h>
Go to the source code of this file.
Classes | |
struct | XmlRWord |
Reserved word information for XML lexical analyzer. More... | |
Defines | |
#define | YYPURE |
Typedefs | |
typedef XmlRWord * | XmlRWordPtr |
typedef const XmlRWord * | XmlConstRWordPtr |
Functions | |
int | xml_lex (XmlTokenPtr token) |
Main function for lexical analyzer. | |
void | xml_lex_setup (XmlDoc *doc, XmlConstRWordPtr array) |
Setup the environment for lexical analyzer. | |
void | xml_lex_finish (void) |
Release resources for lexical analyzer. | |
void | xml_lex_error (const char *message) |
Print the error message to error stream. |
|
Macro to generate re-entrant parser. |
|
Const pointer of XmlRWord |
|
Pointer of XmlRWord |
|
Main function for lexical analyzer.
|
|
Print the error message to error stream.
|
|
Release resources for lexical analyzer.
|
|
Setup the environment for lexical analyzer.
|