Uses of Interface
org.camunda.bpm.model.xml.impl.util.DomUtil.NodeListFilter
-
Packages that use DomUtil.NodeListFilter Package Description org.camunda.bpm.model.xml.impl.util -
-
Uses of DomUtil.NodeListFilter in org.camunda.bpm.model.xml.impl.util
Classes in org.camunda.bpm.model.xml.impl.util that implement DomUtil.NodeListFilter Modifier and Type Class Description static classDomUtil.ElementByNameListFilterFiltersElementsby their nodeName + namespaceUristatic classDomUtil.ElementByTypeListFilterstatic classDomUtil.ElementNodeListFilterFilter retaining only Nodes of typeNode.ELEMENT_NODEMethods in org.camunda.bpm.model.xml.impl.util with parameters of type DomUtil.NodeListFilter Modifier and Type Method Description static List<DomElement>DomUtil. filterNodeList(NodeList nodeList, DomUtil.NodeListFilter filter)Allows to apply aDomUtil.NodeListFilterto aNodeList.
-