Enum XmlTaskXPathOperation
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum XmlTaskXPathOperation
Fields
Fields | Description |
---|---|
Evaluation | Specifies that XPath functions will be supported, including the sum() function. |
NodeList | Specifies that the XPath query will return a node list as an XML fragment. |
Values | Specifies that the XPath query will perform text processing on the inner text of XML nodes. |