Package | Description |
---|---|
com.aspose.html.dom | |
com.aspose.html.dom.traversal |
Modifier and Type | Method and Description |
---|---|
ITreeWalker |
Document.createTreeWalker(Node root,
long whatToShow,
INodeFilter filter)
Create a new TreeWalker over the subtree rooted at the
specified node.
|
Modifier and Type | Method and Description |
---|---|
ITreeWalker |
IDocumentTraversal.createTreeWalker(Node root,
long whatToShow,
INodeFilter filter)
Create a new TreeWalker over the subtree rooted at the
specified node.
|