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


In This Topic
    GetReverseSubtreeIterator 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 reverse order (from last to first).
    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 reverse order (from last to first).  
    Gets an iterator, which iterates through the node and its descendants, in the specified traversal order. Children are enumerated in reverse order (from last to first).  
    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 reverse order (from last to first).  
    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