template<class E> class XMLIO_ElementReader |
Parses global element of a xml file, optional decides by name to skip content
XMLIO_ElementReader () | |
~XMLIO_ElementReader () | |
virtual XMLIO_Element* | XMLIO_startTag (const XMLIO_string& my_tag, XMLIO_Attributes &my_attributes) |
virtual void | set_doc_name (const XMLIO_string& new_name) This is the name of the parsed and saved elements |
virtual const XMLIO_string& | get_doc_name (const XMLIO_string& new_name) |
virtual E* | get_element () |
virtual const char* | toString () |
virtual void | read_file (const char* filename) Reads the elements from a xml file |
XMLIO_string | doc_name Saves the name of the elements to parse |
E* | element |
Parses global element of a xml file, optional decides by name to skip content
Alphabetic index HTML hierarchy of classes or Java