zorba::Tokenizer::Properties#include <zorba/tokenizer.h> Various properties of this Tokenizer.Public Types
Public Attributes
Public TypesPublic Attributescomments_separate_tokensbool comments_separate_tokens If true, XML comments separate tokens. For example, net<!---->work would be 2 tokens instead of 1. elements_separate_tokensbool elements_separate_tokens If true, XML elements separate tokens. For example, <b>B</b>old would be 2 tokens instead of 1. processing_instructions_separate_tokensbool processing_instructions_separate_tokens If true, XML processing instructions separate tokens. For example, net<?PI pi?>work would be 2 tokens instead of 1. urichar const * uri The URI that uniquely identifies this Tokenizer.
|