org.odejava.xode
Class DOMUtil

java.lang.Object
  extended by org.odejava.xode.DOMUtil

public class DOMUtil
extends Object

Utilities

Author:
William Denniss

Constructor Summary
DOMUtil()
           
 
Method Summary
static boolean attributeBoolean(Node node, String attributeName)
           
static float attributeFloat(Node node, String attributeName)
           
static String attributeString(Node node, String attributeName)
           
static Object deepCopy(Object oldObj)
           
 
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

attributeFloat

public static float attributeFloat(Node node,
                                   String attributeName)

attributeBoolean

public static boolean attributeBoolean(Node node,
                                       String attributeName)

attributeString

public static String attributeString(Node node,
                                     String attributeName)

deepCopy

public static Object deepCopy(Object oldObj)
                       throws Exception
Throws:
Exception