util/xml library

Functions

findElements(XmlNode? node, String name, {bool recursive = false, String? namespace}) Iterable<XmlElement>?
Finds XML elements with the specified name in a node.
parseBoolLiteral(XmlElement element, String tagName) bool
Parses a boolean literal from an XML element with the specified tagName.