XPathExpression

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

evaluate
auto evaluate(Node contextNode, ushort type, Optional!(T2) result)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(Node contextNode, ushort type)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluate
auto evaluate(Node contextNode)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluateWithContext
auto evaluateWithContext(Node contextNode, uint contextPosition, uint contextSize, ushort type, Optional!(T4) result)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluateWithContext
auto evaluateWithContext(Node contextNode, uint contextPosition, uint contextSize, ushort type)
Undocumented in source. Be warned that the author may not have intended to support it.
evaluateWithContext
auto evaluateWithContext(Node contextNode, uint contextPosition, uint contextSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta