Class DomUtil.ElementByNameListFilter
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.util.DomUtil.ElementNodeListFilter
-
- org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByNameListFilter
-
- All Implemented Interfaces:
DomUtil.NodeListFilter
- Enclosing class:
- DomUtil
public static class DomUtil.ElementByNameListFilter extends DomUtil.ElementNodeListFilter
FiltersElementsby their nodeName + namespaceUri
-
-
Constructor Summary
Constructors Constructor Description ElementByNameListFilter(String localName, String namespaceUri)
-
-
-
Method Detail
-
matches
public boolean matches(Node node)
Description copied from interface:DomUtil.NodeListFilterTest if node matches the filter- Specified by:
matchesin interfaceDomUtil.NodeListFilter- Overrides:
matchesin classDomUtil.ElementNodeListFilter- Parameters:
node- the node to match- Returns:
- true if the filter does match the node, false otherwise
-
-