Package | Description |
---|---|
info.magnolia.jcr.util |
Modifier and Type | Interface and Description |
---|---|
interface |
PostNodeVisitor
Used in
NodeUtil.visit(Node, NodeVisitor) if the visitor wants to use post order. |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.