|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AHA.Utils
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 |
public static java.lang.String SEP
Constructor Detail |
public Utils()
Method Detail |
public static java.lang.String getFirst(org.w3c.dom.Node node, java.lang.String name)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |