28 #ifndef RTSAXCPPSIMPLETYPESAX_H 29 #define RTSAXCPPSIMPLETYPESAX_H 32 #include "rtxmlsrc/rtSaxCppParser.h" 41 OSRTMEMBUF mCurrElemValue;
44 (OSRTContext* pContext,
const OSUTF8CHAR* elemName);
45 EXTXMLMETHOD ~OSXMLSimpleTypeHandler ();
48 (
const OSUTF8CHAR*
const uri,
49 const OSUTF8CHAR*
const localname,
50 const OSUTF8CHAR*
const qname,
51 const OSUTF8CHAR*
const* attrs);
54 (
const OSUTF8CHAR*
const chars,
unsigned int length);
57 (
const OSUTF8CHAR*
const uri,
58 const OSUTF8CHAR*
const localname,
59 const OSUTF8CHAR*
const qname);
virtual EXTXMLMETHOD int startElement(const OSUTF8CHAR *const uri, const OSUTF8CHAR *const localname, const OSUTF8CHAR *const qname, const OSUTF8CHAR *const *attrs)
Receive notification of the beginning of an element.
This class is derived from the SAX class DefaultHandler base class.
XML low-level C encode/decode functions.
virtual EXTXMLMETHOD int characters(const OSUTF8CHAR *const chars, unsigned int length)
Receive notification of character data.
virtual EXTXMLMETHOD int endElement(const OSUTF8CHAR *const uri, const OSUTF8CHAR *const localname, const OSUTF8CHAR *const qname)
Receive notification of the end of an element.