#include <Fl_XmlTokenizer.h>
Inheritance diagram for Fl_XmlDefaultTokenizer:

Public Methods | |
| Fl_XmlDefaultTokenizer (const char *buffer, long buffer_len) | |
| Contructor with inputbuffer. More... | |
| Fl_XmlDefaultTokenizer (FILE *fp) | |
| Contructor with FILE pointer. More... | |
| virtual | ~Fl_XmlDefaultTokenizer () |
Protected Methods | |
| virtual int | stream_read (char *buf, int length) |
| Reads length bytes from stream, removed from stream. | |
| virtual bool | stream_eos () const |
| End of stream? | |
Simple XML tokenizer implementation. Handles FILE and memory buffer tokenizing.
Definition at line 157 of file Fl_XmlTokenizer.h.
|
||||||||||||
|
Contructor with inputbuffer.
|
|
|
Contructor with FILE pointer. fp MUST be opened and closed by user.
|
1.2.15