org.apache.solr.handler.dataimport.config
Class ConfigParseUtil

java.lang.Object
  extended by org.apache.solr.handler.dataimport.config.ConfigParseUtil

public class ConfigParseUtil
extends Object


Constructor Summary
ConfigParseUtil()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigParseUtil

public ConfigParseUtil()
Method Detail

getStringAttribute

public static String getStringAttribute(Element e,
                                        String name,
                                        String def)

getAllAttributes

public static HashMap<String,String> getAllAttributes(Element e)

getText

public static String getText(Node elem,
                             StringBuilder buffer)

getChildNodes

public static List<Element> getChildNodes(Element e,
                                          String byName)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.