modifiedmethod:
getAttrValueAsBool
added throws XmlAttributeException
- boolean getAttrValueAsBool(java.lang.String attrName)
+ boolean getAttrValueAsBool(java.lang.String attrName) throws XmlAttributeException
modifiedmethod:
getAttrValueAsDouble
added throws XmlAttributeException
- double getAttrValueAsDouble(java.lang.String attrName)
+ double getAttrValueAsDouble(java.lang.String attrName) throws XmlAttributeException
modifiedmethod:
getAttrValueAsInt
added throws XmlAttributeException
- int getAttrValueAsInt(java.lang.String attrName)
+ int getAttrValueAsInt(java.lang.String attrName) throws XmlAttributeException
modifiedmethod:
getAttrValueAsLong
added throws XmlAttributeException
- long getAttrValueAsLong(java.lang.String attrName)
+ long getAttrValueAsLong(java.lang.String attrName) throws XmlAttributeException