static String? getNamedChildText(XmlElement? element, String name) { final XmlElement? e = getNamedChild(element, name); return e?.text; }