|
libsax 7.2
|
SaX2 - Configuration class interface. More...
#include <config.h>

Public Member Functions | |
| virtual void | setParseErrorValue (char *)=0 |
| virtual void | setParseError (char *)=0 |
| virtual void | addImport (SaXImport *)=0 |
| virtual void | setMode (int)=0 |
| virtual QString | getParseErrorValue (void)=0 |
| virtual QString | getParseError (void)=0 |
| virtual bool | createConfiguration (void)=0 |
| virtual void | commitConfiguration (void)=0 |
| virtual int | testConfiguration (void)=0 |
| virtual bool | isChecksumOK (void)=0 |
SaX2 - Configuration class interface.
The interface class is provided to be able to dlopen the library and have all methods available in the compilers virtual table. For a detailed description of the class itself please refer to the derived class definition
1.7.3