public class XMLUtil extends Object
Constructor and Description |
---|
XMLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
encode(Object string) |
static Element |
getChildElement(Element parent,
String childName) |
static List |
getChildElements(Element parent,
String childName) |
static String |
getChildText(Element parent,
String childName) |
static String |
getText(Element node) |
static void |
printIndent(PrintWriter out,
int indent) |
public static void printIndent(PrintWriter out, int indent)
Copyright © 2021 catworkx GmbH. All rights reserved.