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
-
-
Constructor Summary
Constructors Constructor Description ElementByTypeListFilter(java.lang.Class<?> type, ModelInstanceImpl modelInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(org.w3c.dom.Node node)
Test if node matches the filter
-
-
-
Constructor Detail
-
ElementByTypeListFilter
public ElementByTypeListFilter(java.lang.Class<?> type, ModelInstanceImpl modelInstance)
-
-
Method Detail
-
matches
public boolean matches(org.w3c.dom.Node node)
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
-
-