|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.image.xml.parse.ImageParseUtils
public class 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |