XmlFindExtension extension

on

Methods

findAllElements(String name, {String? namespace}) Iterable<XmlElement>

Available on XmlNode, provided by the XmlFindExtension extension

Return a lazy Iterable of the recursive child elements in document order with the specified tag name.
findElements(String name, {String? namespace}) Iterable<XmlElement>

Available on XmlNode, provided by the XmlFindExtension extension

Return a lazy Iterable of the direct child elements in document order with the specified tag name and namespace.