TreeScope_Subtree top-level constant

int const TreeScope_Subtree

The scope includes the element and all its descendants. This flag is a combination of the TreeScope_Element and TreeScope_Descendants values.

Implementation

const TreeScope_Subtree = 0x7;