com.ptc.windchill.upgrade.util
Class DomUtil

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.DomUtil

public class DomUtil
extends Object


Constructor Summary
DomUtil()
           
 
Method Summary
static String getAttribute(Element element, String name, boolean is_required)
           
static String getSubElementText(Element element, String name, boolean is_required)
           
static String getTextFor(Element element, boolean is_required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtil

public DomUtil()
Method Detail

getAttribute

public static String getAttribute(Element element,
                                  String name,
                                  boolean is_required)

getSubElementText

public static String getSubElementText(Element element,
                                       String name,
                                       boolean is_required)

getTextFor

public static String getTextFor(Element element,
                                boolean is_required)