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