| Package | Description |
|---|---|
| org.gatein.common.xml |
| Modifier and Type | Method and Description |
|---|---|
static XMLTools.Filter<Element> |
XMLTools.byName(String uri,
Set<String> names) |
static XMLTools.Filter<Element> |
XMLTools.byName(String uri,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Node> |
XMLTools.getChildren(Node node,
XMLTools.Filter<T> filter)
Return all the children of the given node that match the provided filter.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.