XmlDictionaryReader.ReadFullStartElement Method
.NET Framework 4.5
Checks whether the current node is an element and advances the reader to the next node.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadFullStartElement() | Checks whether the current node is an element and advances the reader to the next node. |
|
ReadFullStartElement(String) | Checks whether the current node is an element with the given name and advances the reader to the next node. |
|
ReadFullStartElement(String, String) | Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. |
|
ReadFullStartElement(XmlDictionaryString, XmlDictionaryString) | Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. |