org.apache.xml.security.signature
public interface NodeFilter
Modifier and Type | Method and Description |
---|---|
int |
isNodeInclude(org.w3c.dom.Node n)
Tells if a node must be outputed in c14n.
|
int |
isNodeIncludeDO(org.w3c.dom.Node n,
int level)
Tells if a node must be outputed in a c14n.
|
int isNodeInclude(org.w3c.dom.Node n)
n
- int isNodeIncludeDO(org.w3c.dom.Node n, int level)
n
- level
- the relative level in the treeCopyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.