Uses of Interface
org.camunda.bpm.model.xml.impl.util.DomUtil.NodeListFilter
Packages that use DomUtil.NodeListFilter
-
Uses of DomUtil.NodeListFilter in org.camunda.bpm.model.xml.impl.util
Classes in org.camunda.bpm.model.xml.impl.util that implement DomUtil.NodeListFilterModifier and TypeClassDescriptionstatic classFiltersElementsby their nodeName + namespaceUristatic classstatic classFilter retaining only Nodes of typeNode.ELEMENT_NODEMethods in org.camunda.bpm.model.xml.impl.util with parameters of type DomUtil.NodeListFilterModifier and TypeMethodDescriptionstatic List<DomElement>DomUtil.filterNodeList(NodeList nodeList, DomUtil.NodeListFilter filter) Allows to apply aDomUtil.NodeListFilterto aNodeList.