IDocumentTraversal Interface |
See also the Document object Model (DOM) Level 2 Traversal and Range Specification. @since DOM Level 2
Namespace: Aspose.Html.Dom.Traversal
Name | Description | |
---|---|---|
![]() | CreateNodeIterator(Node) |
Create a new NodeIterator over the subtree rooted at the
specified node.
|
![]() | CreateNodeIterator(Node, Int64) |
Create a new NodeIterator over the subtree rooted at the
specified node.
|
![]() | CreateNodeIterator(Node, Int64, INodeFilter) |
Create a new NodeIterator over the subtree rooted at the
specified node.
|
![]() | CreateTreeWalker(Node) |
Create a new TreeWalker over the subtree rooted at the
specified node.
|
![]() | CreateTreeWalker(Node, Int64) |
Create a new TreeWalker over the subtree rooted at the
specified node.
|
![]() | CreateTreeWalker(Node, Int64, INodeFilter) |
Create a new TreeWalker over the subtree rooted at the
specified node.
|