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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementByTypeListFilter
-
-
Method Details
-
matches
Description copied from interface:DomUtil.NodeListFilter
Test if node matches the filter- Specified by:
matches
in interfaceDomUtil.NodeListFilter
- Overrides:
matches
in classDomUtil.ElementNodeListFilter
- Parameters:
node
- the node to match- Returns:
- true if the filter does match the node, false otherwise
-