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