Class TreeWalkerImpl
java.lang.Object
org.loboevolution.html.dom.nodeimpl.traversal.TreeWalkerImpl
- All Implemented Interfaces:
TreeWalker
TreeWalkerImpl class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfirstChild.lastChild.nextNode()
nextNode.nextSibling.parentNode.previousNode.previousSibling.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.loboevolution.traversal.TreeWalker
getCurrentNode, getFilter, getRoot, getWhatToShow, setCurrentNode
-
Constructor Details
-
TreeWalkerImpl
-
-
Method Details
-
firstChild
Description copied from interface:TreeWalker
firstChild.
- Specified by:
firstChild
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
lastChild
Description copied from interface:TreeWalker
lastChild.
- Specified by:
lastChild
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
nextNode
Description copied from interface:TreeWalker
nextNode.
- Specified by:
nextNode
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
nextSibling
Description copied from interface:TreeWalker
nextSibling.
- Specified by:
nextSibling
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
parentNode
Description copied from interface:TreeWalker
parentNode.
- Specified by:
parentNode
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
previousNode
Description copied from interface:TreeWalker
previousNode.
- Specified by:
previousNode
in interfaceTreeWalker
- Returns:
- a
Node
object.
-
previousSibling
Description copied from interface:TreeWalker
previousSibling.
- Specified by:
previousSibling
in interfaceTreeWalker
- Returns:
- a
Node
object.
-