Uses of Interface
org.camunda.bpm.model.xml.impl.util.DomUtil.NodeListFilter

Packages that use DomUtil.NodeListFilter
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
static class DomUtil.ElementByNameListFilter
          Filters Elements by their nodeName + namespaceUri
static class DomUtil.ElementByTypeListFilter
           
static class DomUtil.ElementNodeListFilter
          Filter retaining only Nodes of type Node.ELEMENT_NODE
 

Methods in org.camunda.bpm.model.xml.impl.util with parameters of type DomUtil.NodeListFilter
static List<DomElement> DomUtil.filterNodeList(NodeList nodeList, DomUtil.NodeListFilter filter)
          Allows to apply a DomUtil.NodeListFilter to a NodeList.
 



Copyright © 2015 camunda services GmbH. All rights reserved.