|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectspase.parser120.Util
public class Util
A container of utility methods for SPASE description.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static void |
dumpList(java.lang.String label,
java.util.ArrayList<java.lang.String> list)
Print a list of values. |
static java.lang.String |
getNodeText(org.w3c.dom.Node node)
Concatenate all the text under a node. |
static boolean |
isMatch(java.lang.String src,
java.lang.String comp)
Determines if two strings match, ignoring case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static boolean isMatch(java.lang.String src,
java.lang.String comp)
src - the source string.comp - the string to compare to the source stringpublic static java.lang.String getNodeText(org.w3c.dom.Node node)
node - the Node.
public static void dumpList(java.lang.String label,
java.util.ArrayList<java.lang.String> list)
node - the Node.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||