Class TXQVList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TXQVList = class(TXQVCustomList)

Description

List of TXQValue-s

. If a sequence is inserted/added, it is flattened, so only the contained items are added

Hierarchy

Overview

Methods

Public procedure insert(i: integer; value: IXQValue);
Public procedure add(const value: IXQValue);
Public procedure addOrdered(const node: IXQValue);
Public procedure add(node: TTreeNode);
Public procedure add(list: TXQVList);
Public procedure addOrdered(list: TXQVList);

Description

Methods

Public procedure insert(i: integer; value: IXQValue);

Adds a IXQValue to the sequence. (Remember that XPath sequences are not allowed to store other sequences, so if a sequence it passed, only the values of the other sequence are added, not the sequence itself)

Public procedure add(const value: IXQValue);

Adds a IXQValue to the sequence. (Remember that XPath sequences are not allowed to store other sequences, so if a sequence it passed, only the values of the other sequence are added, not the sequence itself)

Public procedure addOrdered(const node: IXQValue);

Adds a IXQValue to a node sequence. Nodes are sorted in document order and duplicates are skipped. (Remember that XPath sequences are not allowed to store other sequences, so if a sequence it passed, only the values of the other sequence are added, not the sequence itself)

Public procedure add(node: TTreeNode);
 
Public procedure add(list: TXQVList);
 
Public procedure addOrdered(list: TXQVList);
 

Generated by PasDoc 0.14.0.