Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.


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

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.


Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.