hu.soft4d.util
Class JDomHelper

java.lang.Object
  extended by hu.soft4d.util.JDomHelper

public class JDomHelper
extends java.lang.Object

Author:
Zsolt Kiss Gere, 4D Soft Ltd.

Constructor Summary
JDomHelper()
           
 
Method Summary
static org.jdom.Element getChild(org.jdom.Element element, java.lang.String childName)
          Get the first child of element with the name childName, or raises an Exception if not found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDomHelper

public JDomHelper()
Method Detail

getChild

public static org.jdom.Element getChild(org.jdom.Element element,
                                        java.lang.String childName)
                                 throws java.lang.Exception
Get the first child of element with the name childName, or raises an Exception if not found.

Throws:
java.lang.Exception