|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeVisitor | |
---|---|
info.magnolia.jcr.util |
Uses of NodeVisitor in info.magnolia.jcr.util |
---|
Subinterfaces of NodeVisitor in info.magnolia.jcr.util | |
---|---|
interface |
PostNodeVisitor
Used in NodeUtil.visit(Node, NodeVisitor) if the visitor wants to use post order. |
Methods in info.magnolia.jcr.util with parameters of type NodeVisitor | |
---|---|
static void |
NodeUtil.visit(javax.jcr.Node node,
NodeVisitor visitor)
Visits the given node and then all of nodes beneath it except for metadata nodes and nodes of jcr type. |
static void |
NodeUtil.visit(javax.jcr.Node node,
NodeVisitor visitor,
org.apache.jackrabbit.commons.predicate.Predicate predicate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |