xpath library

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

Classes

XPathBoolean
Wrapper around a bool in XPath.
XPathNodeSet
Wrapper around an Iterable of XmlNodes in XPath.
XPathNumber
Wrapper around a num in XPath.
XPathString
Wrapper around a String in XPath.
XPathValue
Wrapper of XPath values.

Typedefs

XPathFunction = XPathValue Function(XPathContext context, List<XPathExpression> arguments)
Type definition for all XPath functions.

Exceptions / Errors

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