util/xml library
Functions
-
findElements(
XmlNode? node, String name, {bool recursive = false, String? namespace}) → Iterable< XmlElement> ? -
Finds the elements with the given
namein the givennode -
parseBoolLiteral(
XmlElement element, String tagName) → bool -
Finds the first element with the given
tagNamein the givenelementand parses it as a boolean