ExpressionNode.ReadElementWithCheck(XmlReader, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads and verifies named element in its entirety (Element - Text - EndElement)
protected static string ReadElementWithCheck (System.Xml.XmlReader xr, string name);
static member ReadElementWithCheck : System.Xml.XmlReader * string -> string
Protected Shared Function ReadElementWithCheck (xr As XmlReader, name As String) As String
Parameters
- xr
- XmlReader
- name
- String
element's name
Returns
element's text