Namespace: Consultingwerk.Studio.ProparseApi
Class 
NodesSet Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.Base.IEnumerable

File:NodesSet
Purpose:Set of Nodes (e.g. Child Nodes), supporting enumeration
from give given node's firstChild through the nextSiblings
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Aug 13 07:02:28 CEST 2020



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Base.IEnumerator GetEnumerator () Returns a new IEnumerator instance for this object instance

Top Constructor Summary
Options Name Purpose
+ NodesSet (INode) Constructor for the NodesSet class
+ NodesSet (INode, NodeTypesEnum) Constructor for the NodesSet class

Top Property Summary
Options Name Purpose
+ INTEGER Count


Method Detail
Top

PUBLIC Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()

Purpose: Returns a new IEnumerator instance for this object instance
Notes:

Returns Consultingwerk.Framework.Base.IEnumerator
The IEnumerator instance for this object


Constructor Detail
Top

PUBLIC NodesSet (INode)

Purpose: Constructor for the NodesSet class
Notes:

Parameters:
poNode Consultingwerk.Studio.ProparseApi.INode
The node who's children will be represented by the set
Top

PUBLIC NodesSet (INode, NodeTypesEnum)

Purpose: Constructor for the NodesSet class
Notes:

Parameters:
poNode Consultingwerk.Studio.ProparseApi.INode
The node who's children will be represented by the set
poNodeType Consultingwerk.Studio.ProparseApi.NodeTypesEnum
The node type to filter for


Property Detail
Top

PUBLIC INTEGER Count


Returns INTEGER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:51:20