Table of Contents

Class XPathEvaluator

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The XPathEvaluator interface allows to compile and evaluate XPath expressions.

[Value("XPathEvaluator")]
public class XPathEvaluator
Inheritance
XPathEvaluator
Inherited Members

Remarks

-Document.CreateExpression
-XPathExpression

See also on MDN

Constructors

XPathEvaluator()

The XPathEvaluator() constructor creates a new XPathEvaluator.

public XPathEvaluator()

Remarks