FileDocCategorySizeDatePackage
NodeFilter.javaAPI DocJava SE 6 API1027Tue Jun 10 00:23:04 BST 2008com.sun.org.apache.xml.internal.security.signature

NodeFilter

public interface NodeFilter
An interface to tell to the c14n if a node is included or not in the output
author
raul

Fields Summary
Constructors Summary
Methods Summary
public booleanisNodeInclude(org.w3c.dom.Node n)
Tells if a node must be outputed in c14n.

param
n
return
true if node must be outputed, false otherwise.