XmlDictionaryReader::ReadFullStartElement Method
Checks whether the current node is an element and advances the reader to the next node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| 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. |
