CdmNode* pointers to all object-like nodes
that contain the specified key, in depth-first order.
Finds all object-like nodes that contain a specific key.
Object-like nodes are OBJECT and TAG types. This function searches for nodes that have a member with the given key.
root | The root node to search from. |
key | The key to search for within object-like nodes. |
CdmNode* pointers to all object-like nodes
that contain the specified key, in depth-first order.