public static interface DomUtil.NodeListFilter
DomUtil.NodeListFilter allows to filter a NodeList,
retaining only elements in the list which match the filter.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Node node)
Test if node matches the filter
|
boolean matches(Node node)
node - the node to matchCopyright © 2014–2019 camunda services GmbH. All rights reserved.