util/xml library

Extensions

XmlTextParser on XmlElement
An extension on XmlElement that adds a parseText method to simplify parsing HTML

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