org.camunda.bpm.model.xml.impl.util
Interface DomUtil.NodeListFilter

All Known Implementing Classes:
DomUtil.ElementByNameListFilter, DomUtil.ElementByTypeListFilter, DomUtil.ElementNodeListFilter
Enclosing class:
DomUtil

public static interface DomUtil.NodeListFilter

A DomUtil.NodeListFilter allows to filter a NodeList, retaining only elements in the list which match the filter.

See Also:
DomUtil.filterNodeList(NodeList, NodeListFilter)

Method Summary
 boolean matches(Node node)
          Test if node matches the filter
 

Method Detail

matches

boolean matches(Node node)
Test if node matches the filter

Parameters:
node - the node to match
Returns:
true if the filter does match the node, false otherwise


Copyright © 2015 camunda services GmbH. All rights reserved.