Class ConfigParseUtil
- java.lang.Object
-
- org.apache.solr.handler.dataimport.ConfigParseUtil
-
public class ConfigParseUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigParseUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HashMap<String,String>getAllAttributes(Element e)static List<Element>getChildNodes(Element e, String byName)static StringgetStringAttribute(Element e, String name, String def)static StringgetText(Node elem, StringBuilder buffer)
-
-
-
Method Detail
-
getText
public static String getText(Node elem, StringBuilder buffer)
-
-