List of utility methods to do XML Attribute Delete
if (n == null || name == null) return false; if (n instanceof Element) { ((Element) n).removeAttribute(name); return true; return false;