public class DomUtils extends Object
| Constructor and Description |
|---|
DomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
getChild(Element element,
String tagName) |
static List<Element> |
getChildElementsByTagName(Element element,
String tagName) |
static NodeList |
getChildNodesByTagName(Element element,
String tagName) |
static String |
getChildText(Element element,
String tagName) |
Copyright © 2023 Apache NiFi Project. All rights reserved.