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 given node
parseBoolLiteral(XmlElement element, String tagName) bool
Finds the first element with the given tagName in the given element and parses it as a boolean