Namespace: Consultingwerk
Class 
XmlElementWalker Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:XmlElementWalker
Purpose:Recursively walks XML Elements in a DOM and calls back into
an IXmlElementWalkerTask instance which can perform work
on the current XML Element
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jul 08 07:54:08 CEST 2018
Purpose: Walks the child Elements of the given XML Element
Notes:



Top Method Summary
Options Name Purpose
+ WalkElements (handle, character, IXmlElementWalkerTask) Walks the child Elements of the given XML Element
+ WalkElements (handle, character, IXmlElementWalkerTask, logical) Walks the child Elements of the given XML Element


Method Detail
Top

PUBLIC WalkElements (handle, character, IXmlElementWalkerTask)

Purpose: Walks the child Elements of the given XML Element
Notes:

Parameters:
phNodeRef HANDLE
The x-noderef representing the current XML Element
pcElementName CHARACTER
Optional filter for the XML element name
poTask Consultingwerk.IXmlElementWalkerTask
The IXmlElementWalkerTask instance
Top

PUBLIC WalkElements (handle, character, IXmlElementWalkerTask, logical)

Purpose: Walks the child Elements of the given XML Element
Notes:

Parameters:
phNodeRef HANDLE
The x-noderef representing the current XML Element
pcElementName CHARACTER
Optional filter for the XML element name
poTask Consultingwerk.IXmlElementWalkerTask
The IXmlElementWalkerTask instance
plRecursive LOGICAL
Logical value indicating if the nodes will be processed recursively


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:25:44