info.magnolia.jcr.util
Interface PostNodeVisitor

All Superinterfaces:
NodeVisitor

public interface PostNodeVisitor
extends NodeVisitor

Used in 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.

Version:
$Id$
See Also:
NodeUtil.visit(Node, NodeVisitor)

Method Summary
 void postVisit(javax.jcr.Node node)
           
 
Methods inherited from interface info.magnolia.jcr.util.NodeVisitor
visit
 

Method Detail

postVisit

void postVisit(javax.jcr.Node node)
               throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.