Class TreeWalkerImpl
java.lang.Object
org.loboevolution.html.dom.nodeimpl.traversal.TreeWalkerImpl
- All Implemented Interfaces:
TreeWalker
TreeWalkerImpl class.
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface org.loboevolution.traversal.TreeWalker
getCurrentNode, getFilter, getRoot, getWhatToShow, setCurrentNode
-
Constructor Details
-
TreeWalkerImpl
-
-
Method Details
-
firstChild
Description copied from interface:TreeWalkerfirstChild.
- Specified by:
firstChildin interfaceTreeWalker- Returns:
- a
Nodeobject.
-
lastChild
Description copied from interface:TreeWalkerlastChild.
- Specified by:
lastChildin interfaceTreeWalker- Returns:
- a
Nodeobject.
-
nextNode
Description copied from interface:TreeWalkernextNode.
- Specified by:
nextNodein interfaceTreeWalker- Returns:
- a
Nodeobject.
-
nextSibling
Description copied from interface:TreeWalkernextSibling.
- Specified by:
nextSiblingin interfaceTreeWalker- Returns:
- a
Nodeobject.
-
parentNode
Description copied from interface:TreeWalkerparentNode.
- Specified by:
parentNodein interfaceTreeWalker- Returns:
- a
Nodeobject.
-
previousNode
Description copied from interface:TreeWalkerpreviousNode.
- Specified by:
previousNodein interfaceTreeWalker- Returns:
- a
Nodeobject.
-
previousSibling
Description copied from interface:TreeWalkerpreviousSibling.
- Specified by:
previousSiblingin interfaceTreeWalker- Returns:
- a
Nodeobject.
-