getElement method
Return the first child element with the given name, or null.
Implementation
XmlElement? getElement(String name, {String? namespace}) => null;
Return the first child element with the given name, or null.
XmlElement? getElement(String name, {String? namespace}) => null;