XmlDictionaryReader.MoveToStartElement Method
.NET Framework 4.5
Tests whether the current content node is a start element or an empty element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
MoveToStartElement() | Tests whether the current content node is a start element or an empty element. |
|
MoveToStartElement(String) | Tests whether the current content node is a start element or an empty element and if the Name property of the element matches the given argument. |
|
MoveToStartElement(String, String) | Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given arguments. |
|
MoveToStartElement(XmlDictionaryString, XmlDictionaryString) | Tests whether the current content node is a start element or an empty element and if the LocalName and NamespaceURI properties of the element matches the given argument. |