org.camunda.bpm.model.xml.impl.util
Class DomUtil.ElementByTypeListFilter
java.lang.Object
org.camunda.bpm.model.xml.impl.util.DomUtil.ElementNodeListFilter
org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByTypeListFilter
- All Implemented Interfaces:
- DomUtil.NodeListFilter
- Enclosing class:
- DomUtil
public static class DomUtil.ElementByTypeListFilter
- extends DomUtil.ElementNodeListFilter
|
Method Summary |
boolean |
matches(Node node)
Test if node matches the filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomUtil.ElementByTypeListFilter
public DomUtil.ElementByTypeListFilter(Class<?> type,
ModelInstanceImpl modelInstance)
matches
public boolean matches(Node node)
- Description copied from interface:
DomUtil.NodeListFilter
- Test if node matches the filter
- Specified by:
matches in interface DomUtil.NodeListFilter- Overrides:
matches in class DomUtil.ElementNodeListFilter
- Parameters:
node - the node to match
- Returns:
- true if the filter does match the node, false otherwise
Copyright © 2016 camunda services GmbH. All rights reserved.