whatToShow property
Gets which node types are presented through the iterator. Nodes that are not accepted are skipped, but their children are still considered.
![]() ![]() |
Syntax
HRESULT value = object.get_whatToShow(unsigned long* p);
Property values
Type: unsigned long
The type of accepted nodes.p is a bitwise OR of the following values:
-
Show all nodes.
-
Show Element nodes.
-
Show Attribute nodes.
-
Show Text nodes.
-
Show CDATASection nodes.
-
Show EntityReference nodes.
-
Show Entity nodes.
-
Show ProcessingInstruction nodes.
-
Show Comment nodes.
-
Show Document nodes.
-
Show DocumentType nodes.
-
Show DocumentFragment nodes.
-
Show Notation nodes.
Standards information
Remarks
Filtering is based both on the IDOMTreeWalker::whatToShow flags and the IDOMTreeWalker::filter function.
Show:

