#include <omXMLParser.h>
Inheritance diagram for omXMLParser:
Public Member Functions | |
omXMLParser () | |
bool | Parse (wxString) |
virtual void | AtStartDocument () |
virtual void | AtEndDocument () |
virtual void | AtStartTag (wxString n, omXMLParameters p) |
virtual void | AtEndTag (wxString n) |
Static Public Member Functions | |
wxString | GetXMLOptionsHeader () |
Private Attributes | |
xmlSAXHandler * | omSAXHandler |
|
Construct the class by inizializating the XML parser. This class need gnome libxml2 library and headers. |
|
This method is called by the parser when an end of document is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand. Reimplemented in openmaiaOptions, maiaKeyboard, and maiaOptions. |
|
This method is called by the parser when a tag close event is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand.
Reimplemented in openmaiaOptions, maiaKeyboard, and maiaOptions. |
|
This method is called by the parser when a start of document is found. This is a virtual method and must be overridden to implement specific functions. The rootNode private variable must be initialized here. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand. Reimplemented in openmaiaOptions, maiaKeyboard, and maiaOptions. |
|
This method is called by the parser when a tag open event is found. This is a virtual method and must be overridden to implement specific functions. This function is public because is called externally by the C functions of the parser. The user must not call this function by hand.
Reimplemented in openmaiaOptions, maiaKeyboard, and maiaOptions. |
|
Get a standard header to insert in the configuration files automatically generated by the system. |
|
Parse XML File. The function starts the XML parser and call internal functions to handle parsing operations.
|
|
|
Copyright © by Luca Clivio |