|
Orcus
|
#include <sax_token_parser.hpp>
Public Types | |
| typedef _Handler | handler_type |
Public Member Functions | |
| sax_token_parser (const char *content, const size_t size, const tokens &_tokens, xmlns_context &ns_cxt, handler_type &handler) | |
| sax_token_parser (const char *content, const size_t size, bool transient_stream, const tokens &_tokens, xmlns_context &ns_cxt, handler_type &handler) | |
| void | parse () |
XML parser that tokenizes element and attribute names while parsing.