JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.libxmq
org.libxmq
NodeCallback
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
invoke(Node)
Interface NodeCallback
public interface
NodeCallback
A functional interface used to call back for each found DOM node.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Proceed
invoke
(
Node
node)
Invoked for each node found.
Method Details
invoke
Proceed
invoke
(
Node
node)
Invoked for each node found.
Parameters:
node
- The node currently iterating over.
Returns:
Wether to proceed or stop.