Results that can be returned by the node filter
Enumerator | Value | Description |
---|---|---|
EAccept | 1 |
Accept the node |
EReject | 2 |
Skip the node, including the start and end tags and its children |
ESkip | 3 |
Skip the node, including the start and end tags, but consider its children |
ESkipContents | 4 |
Accept the node as an empty node, but skip the end tag and the nodes children (Extension to DOM Spec). |