41 class XMLTokenizer_Impl;
76 std::shared_ptr<XMLTokenizer_Impl> impl;
XMLToken next()
Returns the next token available in input stream.
XML token in a XML file.
Definition: xml_token.h:41
The XML Tokenizer breaks a XML file into XML tokens.
Definition: xml_tokenizer.h:44
I/O Device interface.
Definition: iodevice.h:49
void set_eat_whitespace(bool enable)
If enabled, will eat any whitespace between tags.
bool get_eat_whitespace() const
Returns true if eat whitespace flag is set.