XmlDictionaryReader.ReadStartElement Method
.NET Framework 3.0
Checks whether the current node is an element and advances the reader to the next node.
Name | Description |
---|---|
XmlDictionaryReader.ReadStartElement () | Checks that the current node is an element and advances the reader to the next node. |
XmlDictionaryReader.ReadStartElement (String) | Checks that the current content node is an element with the given Name and advances the reader to the next node. |
XmlDictionaryReader.ReadStartElement (String, String) | Checks that the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node. |
XmlDictionaryReader.ReadStartElement (XmlDictionaryString, XmlDictionaryString) | Checks whether the current node is an element with the given localName and namespaceUri and advances the reader to the next node. |
Show: