public class DomUtil extends Object
| Constructor and Description |
|---|
DomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendChildText(StringBuilder text,
Node node) |
static String |
getChildText(Node node) |
static Double |
getDouble(Node node) |
static List<Double> |
getDoubleList(Document doc,
String elemName) |
static Element |
getFirstChildElement(Node parent,
String elemName) |
static Integer |
getInteger(Node node) |
public static void appendChildText(StringBuilder text, Node node)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.