org.apache.geronimo.converter
Class DOMUtils
java.lang.Object
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?
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMUtils
public DOMUtils()
getChildText
public static String getChildText(Element parent,
String childName)
getText
public static String getText(Element element)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.