org.apache.geronimo.converter
Class DOMUtils

java.lang.Object
  extended by org.apache.geronimo.converter.DOMUtils
Direct Known Subclasses:
JBoss4DatabaseConverter, WebLogic81DatabaseConverter

public class DOMUtils
extends Object

Some helper methods for reading DOM trees. Have I written this like 8 times or what?


Constructor Summary
DOMUtils()
           
 
Method Summary
static String getChildText(Element parent, String childName)
           
static String getText(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtils

public DOMUtils()
Method Detail

getChildText

public static String getChildText(Element parent,
                                  String childName)

getText

public static String getText(Element element)


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