WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

MbsElementIterator

The MbsElementIterator implements the SPL RecursiveIterator.

The MbsElementIterator class provides the API methods shown in the following table:

Method Description
mixed current() Returns the current element as an MbsElementIterator object, or NULL on failure.
object getChildren() Returns an MbsElementIterator object containing child elements of the current MbsElementIterator element.
bool hasChildren() Returns TRUE if the current MbsElementIterator element has child elements; otherwise returns FALSE.
mixed key() Returns the name of the current element, or FALSE on failure.
void next() Moves the MbsElementIterator to the next element.
void rewind() Rewinds the MbsElementIterator to the first element.
bool valid() Checks whether the current element is valid after calls to rewind() or next(). It returns TRUE if the current element is valid; otherwise returns FALSE.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:53


Reference topicReference topic | Version 8.0.0.7 | bc28300_