|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileFormatException | |
|---|---|
| atg.junit.nucleus | |
| Uses of FileFormatException in atg.junit.nucleus |
|---|
| Methods in atg.junit.nucleus that throw FileFormatException | |
|---|---|
static boolean |
XmlUtils.getBooleanAttribute(org.w3c.dom.Node pNode,
java.lang.String pName,
boolean pDefault)
returns the value of the named attribute as a boolean. |
static java.lang.Boolean |
XmlUtils.getBooleanAttribute(org.w3c.dom.Node pNode,
java.lang.String pName,
java.lang.Boolean pDefault)
returns the value of the named attribute as a Boolean object. |
static boolean |
XmlUtils.getBooleanValue(java.lang.String pValue,
java.lang.String pDescriptor,
boolean pDefault)
converts the specified value into a boolean. |
static java.lang.Integer |
XmlUtils.getIntegerAttribute(org.w3c.dom.Node pNode,
java.lang.String pName,
boolean pAllowNull)
returns the value of the named attribute as an Integer object. |
static java.lang.Integer |
XmlUtils.getIntegerValue(java.lang.String pValue,
java.lang.String pDescriptor,
boolean pAllowNull)
converts the specified String into an Integer. |
static java.lang.Long |
XmlUtils.getLongAttribute(org.w3c.dom.Node pNode,
java.lang.String pName,
boolean pAllowNull)
returns the value of the named attribute as a Long object. |
static java.lang.Long |
XmlUtils.getLongValue(java.lang.String pValue,
java.lang.String pDescriptor,
boolean pAllowNull)
converts the specified String into a Long. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||