record TXQVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXQVariable = record

Description

A XQuery variable

consisting of a name with namespace and a value.

Overview

Fields

namespaceURL: string;
name: string;
value: IXQValue;
propertyChange: boolean;

Description

Fields

namespaceURL: string;
 
name: string;

Name of the variable (basename, in a.b := 123, the name is a)

value: IXQValue;
 
propertyChange: boolean;
 

Generated by PasDoc 0.14.0.