XmlParserElement

Package: ghidra.util.xml
Type: class

10.1.5_PUBLIC

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

9.0.1_PUBLIC

introducedInitial version