Skip to main content

Enum ForEachNodeListLoopInnerElementType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ForEachNodeListLoopInnerElementType

Fields

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