XmlReader.ReadToNextSibling Method

Advances the xmlReader to the next matching sibling element.

Overload List

Name Description
XmlReader.ReadToNextSibling (String) Reads to the next sibling of the current element with the given Name.
XmlReader.ReadToNextSibling (String, String) Reads to the next sibling of the current element with the given LocalName and NamespaceURI.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

XmlReader Class
XmlReader Members
System.Xml Namespace