createExpression method
- String expression, [
- XPathNSResolver? resolver
This method compiles an XPathExpression which can then be used for (repeated) evaluations of the expression.
Implementation
external XPathExpression createExpression(
String expression, [
XPathNSResolver? resolver,
]);