ITraversal Interface |
See also the Document object Model (DOM) Level 2 Traversal and Range Specification. @since DOM Level 2
Namespace: Aspose.Html.Dom.Traversal
The ITraversal type exposes the following members.
Name | Description | |
---|---|---|
Filter |
The NodeFilter used to screen nodes.
| |
Root |
The root node of the NodeIterator, as specified when it
was created.
| |
WhatToShow |
This attribute determines which node types are presented via the
iterator. The available set of constants is defined in the
NodeFilter interface. Nodes not accepted by
whatToShow will be skipped, but their children may still
be considered. Note that this skip takes precedence over the filter,
if any.
|
Name | Description | |
---|---|---|
Dispose | (Inherited from IDisposable.) |