#include <wchar.h>
#include <wctype.h>
#include <libadt.h>
#include "classifier.h"
Go to the source code of this file.
◆ descent_xml_lex_init()
| struct descent_xml_lex descent_xml_lex_init |
( |
struct libadt_const_lptr |
script | ) |
|
|
inline |
Initializes a token object for use in descent_xml_lex_next().
- Parameters
-
| script | The script to create a token from. |
- Returns
- A token, valid for passing to descent_xml_lex_next().
◆ descent_xml_lex_next_raw()
Returns the next, raw token in the script referred to by previous.
- Parameters
-
| previous | The previous token from the script. |
- Returns
- The next token.