JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
org.libxmq
org.libxmq
Proceed
Uses of Enum Class
org.libxmq.Proceed
Uses of
Proceed
in
org.libxmq
Subclasses with type arguments of type
Proceed
in
org.libxmq
Modifier and Type
Class
Description
enum
Proceed
Used when iterating over found DOM nodes.
Methods in
org.libxmq
that return
Proceed
Modifier and Type
Method
Description
Proceed
NodeCallback.
invoke
(
Node
node)
Invoked for each node found.
static
Proceed
Proceed.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Proceed
[]
Proceed.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.