TIBCO Adapter SDK C++ Reference
MPropertiesEnumerator::next
MPropertiesEnumerator
Return an attribute/value pair if the next item is an attribute. Use this method to retrieve string values.
Parameters
Parameters Description
Mboolean & bIsNested If the value of this parameter is true upon return, the next item in the associated MProperties instance was not an attribute but a nested structure, either a directory or an association list. In that case, the pEnum parameter becomes an MPropertiesEnumerator for iterating over that element.
MString& sName Name of the next attribute (undefined if the next item is not an attribute but a nested structure).
MString& sValue Value of the next attribute (undefined if the next item is not an attribute but a nested structure).
MPropertiesEnumerator** pEnum = NULL If the next item is not an attribute but a nested structure, that is, a directory or an association list, this parameter points to an MPropertiesEnumerator that can be used to iterate over that item. The following code fragment illustrates the use of this method.

Declaration
virtual Mboolean next(Mboolean & bIsNested, MString& sName, MString& sValue, MPropertiesEnumerator** pEnum = NULL) = 0;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.