Class TXQValueJSONArray
Unit
xquery
Declaration
type TXQValueJSONArray = class(TXQValueJSONIQItem)
Description
Experimental type for a JSON array of other IXQValue
Hierarchy
Overview
Fields
Methods
Description
Fields
Methods
 |
constructor create(capacity: integer = 0); reintroduce; virtual; |
|
 |
function isUndefined: boolean; override; |
|
 |
function toBooleanEffective: boolean; override; |
|
 |
function jsonSerialize(nodeFormat: TTreeNodeSerialization; insertWhitespace: boolean = false; const indent: string = ''): string; override; |
|
 |
function xmlSerialize(nodeFormat: TTreeNodeSerialization; sequenceTag: string = 'seq'; elementTag: string = 'e'; objectTag: string = 'object'): string; override; |
|
 |
procedure add(const value: IXQValue); inline; |
Simply adds a value to the sequence
|
 |
destructor Destroy; override; |
|
Generated by PasDoc 0.14.0.
|