public class DOMUtil extends Object
| Constructor and Description |
|---|
DOMUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Element |
getChild(Element parent,
String name) |
static List |
getChildren(Element parent,
String name) |
static String |
getText(Element parent)
Loads all of the text content in all offspring of an element.
|
static void |
getText(Element parent,
StringBuilder sb)
Appends all text content in all offspring of an element to a StringBuffer.
|
public static String getText(Element parent)
public static void getText(Element parent, StringBuilder sb)
Copyright © 2023. All rights reserved.