XmlDictionaryReader.ReadFullStartElement Method (XmlDictionaryString, XmlDictionaryString)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Checks whether the node with the given localName and namespaceUri is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

Syntax

Public Overridable Sub ReadFullStartElement ( _
    localName As XmlDictionaryString, _
    namespaceUri As XmlDictionaryString _
)
public virtual void ReadFullStartElement(
    XmlDictionaryString localName,
    XmlDictionaryString namespaceUri
)

Parameters

Remarks

Throws an XmlException if the current content node is not a start element or if it is an empty element.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlDictionaryReader Class

ReadFullStartElement Overload

System.Xml Namespace