File
Doc
Category
Size
Date
Package
NodeFilter.java
API Doc
Java SE 6 API
1027
Tue Jun 10 00:23:04 BST 2008
com.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
boolean
isNodeInclude
(
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.
Java Code Source