![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXXmlReader.h>
Inheritance diagram for FXEX::FXXmlReader::
Public Methods | |
FXXmlReader (FXApp *a, FXStream *s, FXObject *tgt, FXSelector sel) | |
FXbool | getState () |
void | setStream (FXStream *s) |
FXStream * | getStream () |
FXbool | parse () |
void | stop () |
virtual | ~FXXmlReader () |
Each time a tag is encountered, any previous non-tagged data is forwarded as a FOX message, then the tag is forwarded. It is up to the target to validate the occurances of the tags themselves and to transpose any type of data content. The target is often the FXXmlParser object.
Definition at line 38 of file FXXmlReader.h.
|
create a reader for the incoming stream.
|
|
cleanup.
|
|
indicates the state, whether the parser is currently allowed to parse.
Definition at line 60 of file FXXmlReader.h. |
|
set to new stream.
Definition at line 63 of file FXXmlReader.h. |
|
returns the stream being used.
Definition at line 66 of file FXXmlReader.h. |
|
start/continue parsing the data stream.
|
|
stop parsing the stream.
Definition at line 72 of file FXXmlReader.h. |