Namespace: Consultingwerk.Studio.Proparse.NodeWalker
Class 
FindFirstMatchingChildNodeAction Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Studio.Proparse.NodeWalker.INodeAction

File:FindFirstMatchingChildNodeAction
Purpose:NodeWalker INodeAction implementation that supports recursivly
locating the first child node of the given type (Node Type
filter of the NodeWalker instance) recursively
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 24 23:08:17 CEST 2020



Top Method Summary
Options Name Purpose
LOGICAL ProcessNode (JPNode) Processes a JPNode
Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction WithId (character) Creates a FindFirstMatchingChildNodeAction instance searching for a node with the given ID child node
Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction WithText (character) Creates a FindFirstMatchingChildNodeAction instance searching for a node with the given Text value

Top Constructor Summary
Options Name Purpose
FindFirstMatchingChildNodeAction () Constructor for the FindFirstMatchingChildNodeAction class

Top Property Summary
Options Name Purpose
org.prorefactor.core.JPNode JPNode


Method Detail
Top

LOGICAL ProcessNode (JPNode)

Purpose: Processes a JPNode
Notes:

Parameters:
poNode org.prorefactor.core.JPNode
The JPNode to process
Returns LOGICAL
Logical value indicating if the process should be cancelled
Top

Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction WithId (character)

Purpose: Creates a FindFirstMatchingChildNodeAction instance searching for
a node with the given ID child node
Notes:

Parameters:
pcId CHARACTER
The ID node value to locate
Returns Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction
The FindFirstMatchingChildNodeAction instance
Top

Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction WithText (character)

Purpose: Creates a FindFirstMatchingChildNodeAction instance searching for
a node with the given Text value
Notes:

Parameters:
pcText CHARACTER
The Text value to locate
Returns Consultingwerk.Studio.Proparse.NodeWalker.FindFirstMatchingChildNodeAction
The FindFirstMatchingChildNodeAction instance


Constructor Detail
Top

FindFirstMatchingChildNodeAction ()

Purpose: Constructor for the FindFirstMatchingChildNodeAction class
Notes:



Property Detail
Top

org.prorefactor.core.JPNode JPNode


Returns org.prorefactor.core.JPNode


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:50