Interface NodeFilter
-
public interface NodeFilterAn interface to tell to the c14n if a node is included or not in the output- Author:
- raul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNodeInclude(org.w3c.dom.Node n)Tells if a node must be outputed in c14n.
-