public class ConfigParseUtil extends Object
Constructor and Description |
---|
ConfigParseUtil() |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,String> |
getAllAttributes(Element e) |
static List<Element> |
getChildNodes(Element e,
String byName) |
static String |
getStringAttribute(Element e,
String name,
String def) |
static String |
getText(Node elem,
StringBuilder buffer) |
public static String getText(Node elem, StringBuilder buffer)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.