org.camunda.bpm.model.xml.impl.util
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
public static class DomUtil.ElementNodeListFilter
- extends Object
- implements DomUtil.NodeListFilter
Filter retaining only Nodes of type Node.ELEMENT_NODE
|
Method Summary |
boolean |
matches(Node node)
Test if node matches the filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomUtil.ElementNodeListFilter
public DomUtil.ElementNodeListFilter()
matches
public boolean matches(Node node)
- Description copied from interface:
DomUtil.NodeListFilter
- Test if node matches the filter
- Specified by:
matches in interface DomUtil.NodeListFilter
- Parameters:
node - the node to match
- Returns:
- true if the filter does match the node, false otherwise
Copyright © 2015 camunda services GmbH. All rights reserved.