org.apache.geronimo.deployment.util
Class XMLUtil

java.lang.Object
  extended by org.apache.geronimo.deployment.util.XMLUtil

public class XMLUtil
extends Object


Constructor Summary
XMLUtil()
           
 
Method Summary
static Element getChild(Element parent, String name)
           
static String getChildContent(Element parent, String name, String missing, String empty)
           
static Object getContent(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

getContent

public static Object getContent(Element element)

getChild

public static Element getChild(Element parent,
                               String name)

getChildContent

public static String getChildContent(Element parent,
                                     String name,
                                     String missing,
                                     String empty)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.