#include <xml/utf8/Lexer.h>
Public Methods | |
| Lexer () | |
| Constructs a Lexer in the between tag, not in a comment state. | |
| bool | getNonWSInElements () const |
| Does the lexer consider non-whitespace inside of elements (between tags) to be an error? | |
| void | setNonWSInElements (bool nonwsok) |
| Tell the lexer whether or not non-whitespace inside of elements (between tags) is an error. | |
| bool | lex (const char *buf, unsigned int len, Builder::BufHandle &lastbuf, Builder &builder) |
| Process the UTF-8 encoded characters in buf, calling the builder at the appropriate points. | |
Definition at line 25 of file Lexer.h.
|
||||||||||||||||||||
|
Process the UTF-8 encoded characters in buf, calling the builder at the appropriate points.
|
1.3-rc1