rtXmlCppEncFuncs.h File Reference
XML low-level C++ encode functions. More...
#include "rtxmlsrc/osrtxml.h"
Go to the source code of this file.
Functions | |
| int | rtXmlCppEncAnyAttr (OSCTXT *pctxt, OSRTObjListClass *pAnyAttrList) |
| This function encodes a variable of the XSD any attribute type. | |
| int | rtXmlEncAny (OSCTXT *pctxt, OSXMLStringClass *pxmlstr, const OSUTF8CHAR *elemName, OSXMLNamespace *pNS) |
| This function encodes a variable of the XSD any type. | |
| int | rtXmlCppEncAnyTypeValue (OSCTXT *pctxt, OSXSDAnyTypeClass *pvalue) |
| This function encodes a variable of the XSD anyType type. | |
| int | rtXmlEncString (OSCTXT *pctxt, OSXMLStringClass *pxmlstr, const OSUTF8CHAR *elemName, OSXMLNamespace *pNS) |
| This function encodes a variable of the XSD string type. | |
Detailed Description
XML low-level C++ encode functions.These are overloaded versions of C XML encode functions for use with C++.
Definition in file rtXmlCppEncFuncs.h.
Function Documentation
|
||||||||||||
|
This function encodes a variable of the XSD any attribute type. This is expressed as list of name/value pairs.
|
|
||||||||||||
|
This function encodes a variable of the XSD anyType type. This is considered to be a fully-wrapped element of anyType type (for example: * <myType>myData</myType>)
|
|
||||||||||||||||||||
|
This function encodes a variable of the XSD any type. This is considered to be a fully-wrapped element of any type (for example: <myType>myData</myType>)
|
|
||||||||||||||||||||
|
This function encodes a variable of the XSD string type.
|
