xpath method

  1. @experimental
Iterable<XmlNode> xpath(
  1. String expression
)

Returns a lazy iterable over the provided simplified XPath expression.

Implementation

@experimental
Iterable<XmlNode> xpath(String expression) => _cache[expression]([this]);