TypedString :: nextElement - Get next element
The function provides the next element of the typed string passed in rTypeString. The element is either an instance (isInstance()), a collection (isCollection()) or a value (isValue()). In case of success, the function returns true. In case of value elements, the string value is returned in the calling typed string. When no more element is available, the function returns false.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool
TypedString  :: nextElement ( odaba::TypedString &rTypedString )
- rTypedString - Reference to typed string