GET-CHILD( ) method
Retrieves a specific child node of the current node. The first parameter must be a valid X-noderef handle and will refer to the specified child XML node if the method succeeds.
Return type: LOGICAL
Applies to: X-document object handle, X-noderef object handle
x-node-handle
index
The following code fragment demonstrates getting all the child nodes from the XML node referenced by hNoderef using the GET-CHILD( ) method:
OpenEdge Release 10.2B
|