|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.gradsoft.termware.parsers.xml.generic.XMLParseUtil
public class XMLParseUtil
Class of usefull utilities, need during XML parsing.
| Constructor Summary | |
|---|---|
XMLParseUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
getBoolean(String s)
transfrom string to boolean: "on","1","true","yes" -> true "off","0","false","no" -> false any other -> throws AssertException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParseUtil()
| Method Detail |
|---|
public static boolean getBoolean(String s)
throws AssertException
AssertException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||