|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.util.PvmXmlUtil
public abstract class PvmXmlUtil
| Method Summary | |
|---|---|
static String |
attribute(Element element,
String attributeName,
boolean required,
Parse parse)
convenience method to combine extraction of a string attribute value. |
static Boolean |
attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse)
parse an attribute as an boolean. |
static Boolean |
attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse,
Boolean defaultValue)
parse an attribute as an boolean. |
static Integer |
attributeInteger(Element element,
String attributeName,
boolean required,
Parse parse)
parse an attribute as an integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String attribute(Element element,
String attributeName,
boolean required,
Parse parse)
public static Integer attributeInteger(Element element,
String attributeName,
boolean required,
Parse parse)
public static Boolean attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse)
public static Boolean attributeBoolean(Element element,
String attributeName,
boolean required,
Parse parse,
Boolean defaultValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||