XmlDictionaryReader.ReadFullStartElement Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Checks whether the current node is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied. Throws an exception if it is not a start element or if it is an empty element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReadFullStartElement() | Checks whether the current node is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element. | |
ReadFullStartElement(String) | Checks whether the named node is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element. | |
ReadFullStartElement(String, String) | Checks whether the node with the given localName and namespaceUri is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element. | |
ReadFullStartElement(XmlDictionaryString, XmlDictionaryString) | Checks whether the node with the given localName and namespaceUri is a start element and whether it is a nonempty element, and reads it if these conditions are satisfied, advancing the reader to the next node. Throws an exception if it is not a start element or if it is an empty element. |
Top
Remarks
Throws an XmlException if the current content node is not a start element or if it is an empty element.