Class TXMLElementFilteringIterator

Unit

Declaration

type TXMLElementFilteringIterator = class(TXMLElementIterator)

Description

Iterate over children elements of given XML element, that have matching TagName.

Source: files/castlexmlutils.pas (line 551).

Hierarchy

Show Additional Members:

Overview

Methods

Public constructor Create(ParentElement: TDOMElement);
Public procedure Rewind;
Public function Count: Integer;
Public constructor Create(ParentElement: TDOMElement; const TagName: String);
Public function GetNext: boolean; override;

Properties

Public property Current: TDOMElement read FCurrent;

Description

Methods

Public constructor Create(ParentElement: TDOMElement);

This item is declared in ancestor TXMLElementIterator.

This item has no description.

Source: files/castlexmlutils.pas (line 543).

Public procedure Rewind;

This item is declared in ancestor TXMLElementIterator.

This item has no description.

Source: files/castlexmlutils.pas (line 546).

Public function Count: Integer;

This item is declared in ancestor TXMLElementIterator.

This item has no description.

Source: files/castlexmlutils.pas (line 547).

Public constructor Create(ParentElement: TDOMElement; const TagName: String);

This item has no description.

Source: files/castlexmlutils.pas (line 555).

Public function GetNext: boolean; override;

This item has no description.

Source: files/castlexmlutils.pas (line 556).

Properties

Public property Current: TDOMElement read FCurrent;

This item is declared in ancestor TXMLElementIterator.

This item has no description.

Source: files/castlexmlutils.pas (line 545).


Generated by PasDoc 0.17.0.snapshot.