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