TIBCO Adapter SDK C++ Reference
MTree
Class Hierarchy | C++ Classes and Methods | Members | Methods
Applications are responsible for converting data from source application format to MTree format and from MTree format to target application format.

The MTree class provides two types of structures for data representation.

  • A tree-type structure. Trees consist of nodes. Each node can be an MNode or an MTree. This structure is for data that is to be sent in AERV or RV message format.

  • A simple XML text representation. This is for data that is to be sent in either XMLJMS or XMLRV message format.
Remarks
  • To add fields to an MTree, call its append() method.

  • The class MTreeEnumerator iterates through the nodes of an MTree.

  • When you call the destructor for an MTree instance, you delete that tree and all nodes that belong to it.

  • To add XML text to an MTree, call its setTextBody() method.

See also "Application Data Message Format" in TIBCO Adapter SDK Programmer's Guide.

Declaration
class MTree : public MNode;
Class Hierarchy
MNode
    MTree
File
MTree.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.