|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.xml.parse.ImageParseUtils
Utilities for image parsing.
Method Summary | |
static java.lang.Boolean |
getBooleanAttributeValue(ParseContext context,
org.xml.sax.Attributes attrs,
java.lang.String localName)
Gets a Boolean attribute value. |
static java.lang.Integer |
getIntegerAttributeValue(ParseContext context,
org.xml.sax.Attributes attrs,
java.lang.String localName)
Gets an Integer attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.Boolean getBooleanAttributeValue(ParseContext context, org.xml.sax.Attributes attrs, java.lang.String localName)
Returns null if the attribute is not specified or can not be parsed. Otherwise, returns Boolean.TRUE or Boolean.FALSE depending on the attribute value.
public static java.lang.Integer getIntegerAttributeValue(ParseContext context, org.xml.sax.Attributes attrs, java.lang.String localName)
Returns null if the attribute is not specified or can not be parsed. Otherwise, returns an Integer object indicating the attribute value.
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |