public final class NodeFilters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Predicate<org.w3c.dom.Node> |
AcceptAll
Accepts all nodes.
|
static Predicate<org.w3c.dom.Node> |
Default
Suppresses document-type and XML declaration nodes.
|
Modifier | Constructor and Description |
---|---|
private |
NodeFilters() |
public static final Predicate<org.w3c.dom.Node> Default
This is the default used by AbstractDifferenceEngine
and thus DOMDifferenceEngine
.
public static final Predicate<org.w3c.dom.Node> AcceptAll