Unit xquery_module_math

Uses
Classes, Interfaces, Objects and Records
Types

Description

This unit implements the math module of http://www.w3.org/2005/xpath-functions/math

Call registerModuleMath to register it. Afterwards you can use e.g. query('Q{http://www.w3.org/2005/xpath-functions/math("/tmp/")') to test for the existence of a file.

not much tested

Overview

Functions and Procedures

procedure registerModuleMath;

Constants

XMLNamespaceURL_Math = 'http://www.w3.org/2005/xpath-functions/math';

Variables

XMLNamespace_Math: TNamespace;

Description

Functions and Procedures

procedure registerModuleMath;

Registers the module to the XQuery engine

Constants

XMLNamespaceURL_Math = 'http://www.w3.org/2005/xpath-functions/math';
 

Variables

XMLNamespace_Math: TNamespace;
 

Generated by PasDoc 0.16.0.