QueryChildren Data Member Function

Queries a <Node> object's child list, but does not perform any additional searches if the child <Node> objects have their own children. See .QueryNode for exhaustive, depth-first query.

Prototype

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

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oRootThe <Node> whose child list to query. Note the child <Node> object's child lists are not queried.
<NodeBuffer>p_oBufferA pointer to the <NodeBuffer> in which you wish to store the results of the query.
TypeInformationp_oTypeInfoA <TypeInformation> pointer that specifies the <Node> type for the query.

Examples

Copy Text To Clipboard

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