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

Traversing the element tree by using a .NETCompute node

Use .NETCompute node NBElement properties and methods (in C# for example) to access element trees.

Use the following statements to traverse a message tree from an NBElement:
Parent
This property returns the parent of the current element.
PreviousSibling
This property returns the previous sibling of the current element.
NextSibling
This property returns the next sibling of the current element.
Children()
This method returns all the child elements of the current element as an array of NBElements.
FirstChild
This property returns the first child of the current element.
LastChild
This property returns the last child of the current element.
Notices | Trademarks | Downloads | Library | Support | Feedback

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

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


Task topicTask topic | Version 8.0.0.7 | bc34215_