|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||