XmlUtilities

Package: ghidra.util.xml
Type: class

10.1.5_PUBLIC

modifiedmethod: parseBoolean
added throws XmlAttributeException
- static boolean parseBoolean(java.lang.String boolStr)
+ static boolean parseBoolean(java.lang.String boolStr) throws XmlAttributeException

9.1_PUBLIC

addedmethod: getChildren
static java.util.List<org.jdom.Element> getChildren(org.jdom.Element ele, java.lang.String childName)
addedmethod: setIntAttr
static void setIntAttr(org.jdom.Element ele, java.lang.String attrName, int attrValue)
addedmethod: setStringAttr
static void setStringAttr(org.jdom.Element ele, java.lang.String attrName, java.lang.String attrValue)
addedmethod: writePrettyDocToFile
static void writePrettyDocToFile(org.jdom.Document doc, java.io.File dest) throws IOException

9.0.1_PUBLIC

introducedInitial version