Skip to main content

Enum ForEachNodeListLoopEnumerationType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ForEachNodeListLoopEnumerationType

Fields

FieldsDescription
ElementCollectionSpecifies that a collection of element nodes should be enumerated.
NavigatorSpecifies that an XPathNavigator should be used to enumerate.
NodeSpecifies that the nodes returned by an XPath query should be enumerated.
NodeTextSpecifies that the text nodes returned by an XPath query should be enumerated.