adaptive-expressions
Version:
Common Expression Language
25 lines • 646 B
TypeScript
/**
* @module adaptive-expressions
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { ExpressionEvaluator } from '../expressionEvaluator';
/**
* Return the newline string according to the environment.
*/
export declare class XPath extends ExpressionEvaluator {
/**
* Initializes a new instance of the [EOL](xref:adaptive-expressions.EOL) class.
*/
constructor();
private static evaluator;
private static platformSpecificXPath;
/**
* @param expression
* @private
*/
private static validator;
}
//# sourceMappingURL=xpath.d.ts.map