The iterator direction and order

Enumeration Members

ComposedAncestors: "composed-ancestors"

Iterate all ancestors in composed tree

ComposedDescendantsRootFirst: "composed-descendants-root-first"

Iterate all descendants in composed tree, returning parents before their children

ComposedDescendantsRootLast: "composed-descendants-root-last"

Iterate all descendants in composed tree, returning parents after their children

ShadowAncestors: "shadow-ancestors"

Iterate all ancestors in shadow tree

ShadowDescendantsRootFirst: "shadow-descendants-root-first"

Iterate all descendants in shadow tree, returning parents before their children

ShadowDescendantsRootLast: "shadow-descendants-root-last"

Iterate all descendants in shadow tree, returning parents after their children