TIBCO Adapter SDK C++ Reference
MTree::append
MTree
Appends the contents of a buffer of specified size to the MTree.

This only applies to AERV and RV message format. No operation is performed on XMLJMS and XMLRV message format.

Parameters
Parameters Description
const MString& rsFieldName Pointer to a name of a node to append. MTree field
const char* szBuffer Buffer to append to the MTree.
int iSize Size of the buffer to append.
alphanumeric characters. The null character is not valid in a field name.
Declaration
void append(const MString& rsFieldName, const char* szBuffer, int iSize) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.