XmlFindExtension extension
- on
Methods
-
findAllElements(
String name, {String? namespace}) → Iterable< XmlElement> -
Return a lazy Iterable of the recursive child elements in document
order with the specified tag
name
. -
findElements(
String name, {String? namespace}) → Iterable< XmlElement> -
Return a lazy Iterable of the direct child elements in document
order with the specified tag
name
andnamespace
.