XmlDictionaryReader.MoveToStartElement Method
Silverlight
Tests whether the current content node is a start 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. |
|
MoveToStartElement(String) | Tests whether the current content node is a start 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 and whether the LocalName and NamespaceURI properties of the element match the given arguments. |
|
MoveToStartElement(XmlDictionaryString, XmlDictionaryString) | Tests whether the current content node is a start element and whether the LocalName and NamespaceURI properties of the element match the given argument. |
Throws an XmlException if the current content node is not a start element.