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 © 2025. All rights reserved.