xmlengnodefilter.h File Reference

Enum TXmlEngNodeFilterResult

Results that can be returned by the node filter

EnumeratorValueDescription
EAccept1

Accept the node

EReject2

Skip the node, including the start and end tags and its children

ESkip3

Skip the node, including the start and end tags, but consider its children

ESkipContents4

Accept the node as an empty node, but skip the end tag and the nodes children (Extension to DOM Spec).