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(java.lang.String localName, java.lang.String namespaceUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(org.w3c.dom.Node node)Test if node matches the filter
-
-
-
Method Detail
-
matches
public boolean matches(org.w3c.dom.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
-
-