32 #include "../api_core.h"
42 class XMLTokenizer_Impl;
71 bool get_eat_whitespace()
const;
74 void set_eat_whitespace(
bool enable);
94 std::shared_ptr<XMLTokenizer_Impl> impl;
XML token in a XML file.
Definition: xml_token.h:42
The XML Tokenizer breaks a XML file into XML tokens.
Definition: xml_tokenizer.h:45
I/O Device interface.
Definition: iodevice.h:51