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