ExpressionNode.ReadNodeWithCheck(XmlReader, String[]) Method

Definition

Reads and veirifies specified ExpressionNode properties. Stops after reading the last requested element. Requested properties must be listed in the order they appear in the stream.

protected static System.Collections.Generic.List<string> ReadNodeWithCheck (System.Xml.XmlReader xr, params string[] elements);
static member ReadNodeWithCheck : System.Xml.XmlReader * string[] -> System.Collections.Generic.List<string>
Protected Shared Function ReadNodeWithCheck (xr As XmlReader, ParamArray elements As String()) As List(Of String)

Parameters

elements
String[]

list of elements

Returns

list of element text values

Applies to