XBinder XML Runtime  XBinder Version 3.0.x
Public Member Functions | List of all members
OSXMLDefaultHandlerIF Class Referenceabstract

This class is derived from the SAX class DefaultHandler base class. More...

#include <rtSaxCppParserIF.h>

Inheritance diagram for OSXMLDefaultHandlerIF:
OSXMLContentHandler OSXMLErrorInfo OSXMLDefaultHandler OSXMLAnyHandler OSXMLAnyTypeHandler OSXMLSimpleTypeHandler OSXMLSoapHandler

Public Member Functions

virtual void startDocument ()=0
 
virtual void endDocument ()=0
 
virtual int finalize ()=0
 
- Public Member Functions inherited from OSXMLContentHandler
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...
 
- Public Member Functions inherited from OSXMLErrorInfo
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
 

Detailed Description

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.


The documentation for this class was generated from the following file: