XPathEvaluator

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

createExpression
auto createExpression(string expression, Optional!(T1) resolver)
Undocumented in source. Be warned that the author may not have intended to support it.
createExpression
auto createExpression(string expression)
Undocumented in source. Be warned that the author may not have intended to support it.
createNSResolver
auto createNSResolver(Node nodeResolver)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(string expression, Node contextNode, Optional!(T2) resolver, ushort type, Optional!(T4) result)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(string expression, Node contextNode, Optional!(T2) resolver, ushort type)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(string expression, Node contextNode, Optional!(T2) resolver)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(string expression, Node contextNode)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta