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 tagname
. -
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 tagname
andnamespace
.