org.ujac.print
Class IntegerAttributeHandler
java.lang.Object
org.ujac.print.TypedAttributeHandler
org.ujac.print.IntegerAttributeHandler
public class IntegerAttributeHandler
- extends TypedAttributeHandler
Name: IntegerAttributeHandler
Description: Attribute handler for integer attributes.
- Author:
- lauerc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerAttributeHandler
public IntegerAttributeHandler(AttributeHandler attributeHandler)
- Constructs a IntegerAttributeHandler instance with specific attributes.
- Parameters:
attributeHandler
- The attribute handler to use.
parseAttribute
public Object parseAttribute(Locator locator,
String attrName,
Object attrValue,
boolean evaluate)
throws TagAttributeException
- Description copied from class:
TypedAttributeHandler
- Gets the value for the given attribute's name.
- Specified by:
parseAttribute
in class TypedAttributeHandler
- Parameters:
locator
- The tag source locator.attrName
- The attribute's name.attrValue
- The argument value.evaluate
- If this flag is set to true, the attribute will get evaluated.
- Returns:
- The determined value.
- Throws:
TagAttributeException
- if the item contains an invalid value or an required attribute was not defined.- See Also:
TypedAttributeHandler.parseAttribute(org.xml.sax.Locator, java.lang.String, java.lang.Object, boolean)
Copyright © 2003-2004 UJAC.org. All Rights Reserved.