TreeScope_Subtree 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

static const TreeScope_Subtree = 0x7;