public interface NodeFilter
| Modifier and Type | Method and 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) throws TransformationException
n - TransformationExceptionint isNodeIncludeDO(Node n, int level) throws TransformationException
n - level - the relative level in the treeTransformationExceptionCopyright © 2000–2023 The Apache Software Foundation. All rights reserved.