XBinder XML Runtime
XBinder Version 3.0.x
|
This class is derived from the SAX class DefaultHandler base class. More...
#include <rtSaxCppParserIF.h>
Public Member Functions | |
virtual void | startDocument ()=0 |
virtual void | endDocument ()=0 |
virtual int | finalize ()=0 |
![]() | |
virtual int | characters (const OSUTF8CHAR *const chars, unsigned int length)=0 |
Receive notification of character data. More... | |
virtual int | endElement (const OSUTF8CHAR *const uri, const OSUTF8CHAR *const localname, const OSUTF8CHAR *const qname)=0 |
Receive notification of the end of an element. More... | |
virtual int | startElement (const OSUTF8CHAR *const uri, const OSUTF8CHAR *const localname, const OSUTF8CHAR *const qname, const OSUTF8CHAR *const *attrs)=0 |
Receive notification of the beginning of an element. More... | |
![]() | |
virtual void | resetErrorInfo ()=0 |
virtual void | setErrorInfo (int status, const char *file=0, int line=0)=0 |
virtual int | getErrorInfo (int *status, const char **file, int *line)=0 |
This class is derived from the SAX class DefaultHandler base class.
It contains variables and methods specific to decoding XML messages. It is used to intercept standard SAX parser events, such as startElement, characters, endElement. This class is used as a base class for XBinder generated global element control classes (<elem>_CC).
Definition at line 260 of file rtSaxCppParserIF.h.