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

Overview

Methods

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

Description

Methods

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).


Generated by PasDoc 0.17.0.snapshot.