XmlDictionaryReader.MoveToStartElement Method
.NET Framework 3.0
Tests whether the current content node is a start element or an empty element.
| Name | Description |
|---|---|
| XmlDictionaryReader.MoveToStartElement () | Tests whether the current content node is a start element or an empty element. |
| XmlDictionaryReader.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. |
| XmlDictionaryReader.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. |
| XmlDictionaryReader.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. |