pointerBeforeReferenceNode property
bool
get
pointerBeforeReferenceNode
The NodeIterator.pointerBeforeReferenceNode
read-only
property returns a boolean flag that indicates whether the
NodeFilter
is anchored before (if this value is true
) or
after (if this value is false
) the anchor node indicated by the
NodeIterator.referenceNode property.
Implementation
external bool get pointerBeforeReferenceNode;