public interface PostNodeVisitor extends NodeVisitor
NodeUtil.visit(Node, NodeVisitor)
if the visitor wants to use post order. The interface provides a
method that is called for a node after the visitor has visited its children.NodeUtil.visit(Node, NodeVisitor)
Modifier and Type | Method and Description |
---|---|
void |
postVisit(javax.jcr.Node node) |
visit
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.