ExpressionNode.MoveToElementWithCheck(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.
Moves to the node with specified type and name (if supplied)
protected static void MoveToElementWithCheck (System.Xml.XmlReader xr, string name);
static member MoveToElementWithCheck : System.Xml.XmlReader * string -> unit
Protected Shared Sub MoveToElementWithCheck (xr As XmlReader, name As String)
Parameters
- xr
- XmlReader
- name
- String
node name (can be null)
Exceptions
Thrown if no node found in the stream