Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.application.xml
Interface NodeHandler


public interface NodeHandler

Describes a hanlder for handling nodes of a DOM document.

Author:
Martin Kersten

Method Summary
 boolean handleNode(org.w3c.dom.Node node)
          Returns true if the child-nodes may also be evaluated.
 

Method Detail

handleNode

public boolean handleNode(org.w3c.dom.Node node)
Returns true if the child-nodes may also be evaluated.

Parameters:
node - The node to handle.
Returns:
true if the child-nodes may be evaluated.