org.exist.dom
Interface NodeVisitor


public interface NodeVisitor

Visitor pattern: used for traversing the DOM tree implement to get notified of the current node.

Author:
wolf

Method Summary
 boolean visit(StoredNode node)
           
 

Method Detail

visit

public boolean visit(StoredNode node)


Copyright (C) Wolfgang Meier. All rights reserved.