xpath library
Dart XPath adds support of XPath 3.1 expressions to the XML library.
Classes
-
XPathSequence<
T extends Object> - An XPath sequence.
Extensions
Typedefs
-
XPathFunction
= XPathSequence<
Object> Function(XPathContext context, List<XPathSequence< arguments)Object> >
Exceptions / Errors
- XPathEvaluationException
- Exception thrown when calling an XPath functions fails.
- XPathParserException
- Exception thrown when parsing of an XPath expression fails.