public interface NodeFilter
Modifier and Type | Method | Description |
---|---|---|
int |
isNodeInclude(Node n) |
Tells if a node must be output in c14n.
|
int |
isNodeIncludeDO(Node n,
int level) |
Tells if a node must be output in a c14n.
|
int isNodeInclude(Node n)
n
- int isNodeIncludeDO(Node n, int level)
n
- level
- the relative level in the treeCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.