FilterSettings
The enumeration with the flags for setting the NodeIterator.
All = 4294967295
All nodes will be considered.
Attribute = 2
Attributes will be shown.
CharacterData = 8
CData sections will be shown.
Comment = 128
Comments will be shown.
Document = 256
Documents will be shown.
DocumentFragment = 1024
DocumentFragments will be shown.
DocumentType = 512
DocumentTypes will be shown.
Element = 1
Elements will be shown.
Entity = 32
Entities will be shown.
EntityReference = 16
EntityReferences will be shown.
Notation = 2048
Notations will be shown.
ProcessingInstructions will be shown.
Text = 4
Text nodes will be shown.