xpath library

Dart XPath adds support of XPath 3.1 expressions to the XML library.

Classes

XPathSequence<T extends Object>
An XPath sequence.

Typedefs

XPathFunction = XPathSequence<Object> Function(XPathContext context, List<XPathSequence<Object>> arguments)

Exceptions / Errors

XPathEvaluationException
Exception thrown when calling an XPath functions fails.
XPathParserException
Exception thrown when parsing of an XPath expression fails.