Package | Description |
---|---|
net.java.html.lib.dom |
Modifier and Type | Method and Description |
---|---|
static TreeWalker |
TreeWalker.$as(Object obj) |
TreeWalker |
Document.createTreeWalker(Node root)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
Document.createTreeWalker(Node root,
double whatToShow)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
Document.createTreeWalker(Node root,
double whatToShow,
NodeFilter filter)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
Document.createTreeWalker(Node root,
double whatToShow,
NodeFilter filter,
Boolean entityReferenceExpansion)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
Copyright © 2018. All rights reserved.