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
Filters
Elements by their nodeName + namespaceUri-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementByNameListFilter
- Parameters:
localName- the local name to filter fornamespaceUri- the namespaceUri to filter for
-
-
Method Details
-
matches
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
-