#include <XMLReader.h>
Public Member Functions | |
XMLReader (char *) | |
constructor, opens file to be read | |
~XMLReader () | |
destructor, closes file | |
bool | getTagFromFile (string, long FilePosition) |
gets the content of the next "tc"-XML-Tag from a file and saves it to XMLTag | |
bool | getTagFromFile (string) |
gets the content of the next "tc"-XML-Tag from a file and saves it to XMLTag | |
bool | getTagFromUMString (string, UMString &) |
gets the content of the next "tc"-XML-Tag from an UMString object and saves it to XMLTag | |
bool | getTagFromUMString (string, string, UMString &) |
gets the content of the next "tc"-XML-Tag from an UMString object and saves it to XMLTag | |
bool | getTagFromUMString (string tc, string &attr, string &wert, UMString &umstr) |
gets the content of the next "tc"-XML-Tag from an UMString, with a attribut specified object and saves it to XMLTag | |
bool | getNextTag () |
gets the content of the next XML-Tag from a file | |
Public Attributes | |
XMLTag | m_xmltag |
Protected Attributes | |
FILE * | m_DictionaryFile |
Friends | |
class | JXDictionary |
|
constructor, opens file to be read
|
|
destructor, closes file
|
|
gets the content of the next XML-Tag from a file
|
|
gets the content of the next "tc"-XML-Tag from a file and saves it to XMLTag
|
|
gets the content of the next "tc"-XML-Tag from a file and saves it to XMLTag
|
|
gets the content of the next "tc"-XML-Tag from an UMString, with a attribut specified object and saves it to XMLTag
|
|
gets the content of the next "tc"-XML-Tag from an UMString object and saves it to XMLTag
|
|
gets the content of the next "tc"-XML-Tag from an UMString object and saves it to XMLTag
|
|
|
|
file handle for input XML file |
|
storage for tag objekt |