org.apache.xml.security.signature
Interface NodeFilter


public interface NodeFilter

An interface to tell to the c14n if a node is included or not in the output

Author:
raul

Method Summary
 boolean isNodeInclude(org.w3c.dom.Node n)
          Tells if a node must be outputed in c14n.
 

Method Detail

isNodeInclude

public boolean isNodeInclude(org.w3c.dom.Node n)
Tells if a node must be outputed in c14n.

Parameters:
n -
Returns:
true if node must be outputed, false otherwise.