SeekSibling Data Member Function

Searches the <Node> attached to this <NodeBuffer> for any sibling <Node> objects of the specified type.

Prototype

int32 SeekSibling( Node p_oRoot, NodeBuffer p_oBuffer, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oRootA pointer to the <Node> to use as the query root.
<NodeBuffer>p_oBufferA pointer to the <NodeBuffer> that stores the result of the query.
TypeInformationp_oTypeInfoA <TypeInformation> pointer that specifies the <Node> type.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.