AHA
Class Utils

java.lang.Object
  |
  +--AHA.Utils

public class Utils
extends java.lang.Object

The Utils class contains some utility methods


Field Summary
static java.lang.String SEP
          The fileseparator used by the operating system (\ or /).
 
Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String getFirst(org.w3c.dom.Node node, java.lang.String name)
          The method getFirst returns the first value of the child of node named name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEP

public static java.lang.String SEP
The fileseparator used by the operating system (\ or /).
Constructor Detail

Utils

public Utils()
Method Detail

getFirst

public static java.lang.String getFirst(org.w3c.dom.Node node,
                                        java.lang.String name)
The method getFirst returns the first value of the child of node named name.