Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / GetSubtreeIterator Method


In This Topic
    GetSubtreeIterator Method (NNode)
    In This Topic
    Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last).
    Overload List
    OverloadDescription
    Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last).  
    Gets an iterator, which iterates through the node and its descendants, in the specified traversal order. Children are enumerated in forward order (from first to last).  
    Gets an iterator, which iterates through the node and its descendants, in the specified traversal order. Skips the nodes which do not satisfy the specified filter. Children are enumerated in forward order (from first to last).  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also