Class DomUtil.ElementNodeListFilter
java.lang.Object
org.camunda.bpm.model.xml.impl.util.DomUtil.ElementNodeListFilter
- All Implemented Interfaces:
DomUtil.NodeListFilter
- Direct Known Subclasses:
DomUtil.ElementByNameListFilter
,DomUtil.ElementByTypeListFilter
- Enclosing class:
- DomUtil
Filter retaining only Nodes of type
Node.ELEMENT_NODE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementNodeListFilter
public ElementNodeListFilter()
-
-
Method Details
-
matches
Description copied from interface:DomUtil.NodeListFilter
Test if node matches the filter- Specified by:
matches
in interfaceDomUtil.NodeListFilter
- Parameters:
node
- the node to match- Returns:
- true if the filter does match the node, false otherwise
-