oracle.cabo.image.xml.parse
Class ImageParseUtils
java.lang.Object
|
+--oracle.cabo.image.xml.parse.ImageParseUtils
- public class ImageParseUtils
- extends java.lang.Object
Utilities for image parsing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBooleanAttributeValue
public static java.lang.Boolean getBooleanAttributeValue(ParseContext context,
org.xml.sax.Attributes attrs,
java.lang.String localName)
- Gets a Boolean attribute value.
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.
getIntegerAttributeValue
public static java.lang.Integer getIntegerAttributeValue(ParseContext context,
org.xml.sax.Attributes attrs,
java.lang.String localName)
- Gets an Integer attribute value.
Returns null if the attribute is not specified or can not be parsed.
Otherwise, returns an Integer object indicating the attribute value.