| Package | Description |
|---|---|
| org.gatein.common.xml |
| Modifier and Type | Method and Description |
|---|---|
static Element |
XMLTools.getUniqueChild(Element element,
boolean strict)
Return the optional unique child of an element.
|
static Element |
XMLTools.getUniqueChild(Element element,
String name,
boolean strict)
Return an optional child of an element with the specified name.
|
static Element |
XMLTools.getUniqueChild(Element element,
String uri,
String name,
boolean strict)
Return an optional child of an element with the specified name and the optionally specified namespace uri.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.