|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLAttributes
This interface allows to access to attributes of an XML tag.
| Method Summary | |
|---|---|
XMLAttributes |
freeze()
Returns a frozen copy of the XML attributes. |
java.lang.String[] |
getAttributesNames()
Returns all the attributes names. |
java.math.BigInteger |
getBigIntegerValue(java.lang.String attName)
Gets the value of an XML attribute of big integer type. |
boolean |
getBooleanValue(java.lang.String attName)
Gets the value of an XML attribute of boolean type. |
java.util.Date |
getDateValue(java.lang.String attName)
Gets the value of an XML attribute of date type, date are encoded using ISO 8601 date and time formats. |
java.math.BigDecimal |
getDecimalValue(java.lang.String attName)
Gets the value of an XML attribute of decimal type. |
java.lang.Integer |
getIntegerValue(java.lang.String attName)
Gets the value of an XML attribute of integer type. |
java.lang.Long |
getLongValue(java.lang.String attName)
Gets the value of an XML attribute of long type. |
java.lang.String |
getValue(java.lang.String attName)
Gets the value of an XML attribute. |
java.lang.String |
registerHandler(java.lang.String attName,
ReferenceHandler handler)
Register an id reference on an attribute and returns the value of the attribute. |
| Method Detail |
|---|
java.lang.String getValue(java.lang.String attName)
attName - the attribute to get the value for.
java.util.Date getDateValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a ISO 8601 date.java.math.BigDecimal getDecimalValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a decimal.boolean getBooleanValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a boolean.java.lang.Integer getIntegerValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a integer.java.lang.Long getLongValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a long.java.math.BigInteger getBigIntegerValue(java.lang.String attName)
attName - the name of the attribute.
XMLIllegalArgumentException - when the attribute value isn't a big integer.java.lang.String[] getAttributesNames()
java.lang.String registerHandler(java.lang.String attName,
ReferenceHandler handler)
attName - the name of the reference.handler - the reference handler.
XMLAttributes freeze()
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.