|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
INodeApplicator
s that aren't used directly by
MapUtils
.applicator
to the given Map
in the given traversal order.
applicator
to the given Node
in the given traversal order.
Node
s to null.Node
of the given Node
at the given index (the first Node
is index 1), or null
if no such child exists.
Node
to the left of the root
node in the given Map
.
Node
to the left of the root node
in the given Map
at the given index (the first
Node
is index 1), or null if no such child exists.
Node
s that were found.
Node
to the right of the root
node in the given Map
.
Node
to the right of the root node
in the given Map
at the given index (the first
Node
is index 1), or null if no such child exists.
MapUtils.apply(Map, int, INodeApplicator)
and
MapUtils.apply(Node, Node, int, INodeApplicator)
.Node
object with the given text.
MapUtils
Utility class.Node
and its parent.Node
s which have text that contains the given
search text.
INodeApplicator.apply(Node, Node)
)
Node
s which have text that equals the given
search text.
Node
s which have text that matches the given
regex.
INodeApplicator.apply(Node, Node)
)
node
(return value of INodeApplicator.apply(Node, Node)
)
searchText
with the given
searchType
in the given Map
and returns all
the Node
s that match.
SearchNodeApplicator
with the given
searchType
and searchText
.
Integer
indicating the
distance from the root node.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |