| Name | Description |
| CloneData | |
| Close | Changes the System.Xml.XmlNodeReader.ReadState to Closed. (Inherited from System.Xml.XmlNodeReader) |
| Dispose | Overloaded. Releases all resources used by the current instance of the System.Xml.XmlReader class. (Inherited from System.Xml.XmlReader) |
| GetAttribute | Overloaded. Gets the value of the attribute with the specified name. (Inherited from System.Xml.XmlNodeReader) |
| GetContextData | |
| GetValueAsync | Asynchronously gets the value of the current node. (Inherited from System.Xml.XmlReader) |
| IsStartElement | Overloaded. Calls System.Xml.XmlReader.MoveToContent and tests if the current content node is a start tag or empty element tag. (Inherited from System.Xml.XmlReader) |
| LookupNamespace | Resolves a namespace prefix in the current element's scope. (Inherited from System.Xml.XmlNodeReader) |
| MoveToAttribute | Overloaded. Moves to the attribute with the specified name. (Inherited from System.Xml.XmlNodeReader) |
| MoveToContent | Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace. (Inherited from System.Xml.XmlReader) |
| MoveToContentAsync | Asynchronously checks whether the current node is a content node. If the node is not a content node, the reader skips ahead to the next content node or end of file. (Inherited from System.Xml.XmlReader) |
| MoveToElement | Moves to the element that contains the current attribute node. (Inherited from System.Xml.XmlNodeReader) |
| MoveToFirstAttribute | Moves to the first attribute. (Inherited from System.Xml.XmlNodeReader) |
| MoveToNextAttribute | Moves to the next attribute. (Inherited from System.Xml.XmlNodeReader) |
| Read | Reads the next node from the stream. (Inherited from System.Xml.XmlNodeReader) |
| ReadAsync | Asynchronously reads the next node from the stream. (Inherited from System.Xml.XmlReader) |
| ReadAttributeValue | Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (Inherited from System.Xml.XmlNodeReader) |
| ReadContentAs | Reads the content as an object of the type specified. (Inherited from System.Xml.XmlReader) |
| ReadContentAsAsync | Asynchronously reads the content as an object of the type specified. (Inherited from System.Xml.XmlReader) |
| ReadContentAsBase64 | Reads the content and returns the Base64 decoded binary bytes. (Inherited from System.Xml.XmlNodeReader) |
| ReadContentAsBase64Async | Asynchronously reads the content and returns the Base64 decoded binary bytes. (Inherited from System.Xml.XmlReader) |
| ReadContentAsBinHex | Reads the content and returns the BinHex decoded binary bytes. (Inherited from System.Xml.XmlNodeReader) |
| ReadContentAsBinHexAsync | Asynchronously reads the content and returns the BinHex decoded binary bytes. (Inherited from System.Xml.XmlReader) |
| ReadContentAsBoolean | Reads the text content at the current position as a Boolean. (Inherited from System.Xml.XmlReader) |
| ReadContentAsDateTime | Reads the text content at the current position as a System.DateTime object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsDateTimeOffset | Reads the text content at the current position as a System.DateTimeOffset object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsDecimal | Reads the text content at the current position as a System.Decimal object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsDouble | Reads the text content at the current position as a double-precision floating-point number. (Inherited from System.Xml.XmlReader) |
| ReadContentAsFloat | Reads the text content at the current position as a single-precision floating point number. (Inherited from System.Xml.XmlReader) |
| ReadContentAsInt | Reads the text content at the current position as a 32-bit signed integer. (Inherited from System.Xml.XmlReader) |
| ReadContentAsLong | Reads the text content at the current position as a 64-bit signed integer. (Inherited from System.Xml.XmlReader) |
| ReadContentAsObject | Reads the text content at the current position as an System.Object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsObjectAsync | Asynchronously reads the text content at the current position as an System.Object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsString | Reads the text content at the current position as a System.String object. (Inherited from System.Xml.XmlReader) |
| ReadContentAsStringAsync | Asynchronously reads the text content at the current position as a System.String object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAs | Overloaded. Reads the element content as the requested type. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsAsync | Asynchronously reads the element content as the requested type. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsBase64 | Reads the element and decodes the Base64 content. (Inherited from System.Xml.XmlNodeReader) |
| ReadElementContentAsBase64Async | Asynchronously reads the element and decodes the Base64 content. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsBinHex | Reads the element and decodes the BinHex content. (Inherited from System.Xml.XmlNodeReader) |
| ReadElementContentAsBinHexAsync | Asynchronously reads the element and decodes the BinHex content. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsBoolean | Overloaded. Reads the current element and returns the contents as a System.Boolean object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsDateTime | Overloaded. Reads the current element and returns the contents as a System.DateTime object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsDecimal | Overloaded. Reads the current element and returns the contents as a System.Decimal object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsDouble | Overloaded. Reads the current element and returns the contents as a double-precision floating-point number. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsFloat | Overloaded. Reads the current element and returns the contents as single-precision floating-point number. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsInt | Overloaded. Reads the current element and returns the contents as a 32-bit signed integer. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsLong | Overloaded. Reads the current element and returns the contents as a 64-bit signed integer. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsObject | Overloaded. Reads the current element and returns the contents as an System.Object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsObjectAsync | Asynchronously reads the current element and returns the contents as an System.Object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsString | Overloaded. Reads the current element and returns the contents as a System.String object. (Inherited from System.Xml.XmlReader) |
| ReadElementContentAsStringAsync | Asynchronously reads the current element and returns the contents as a System.String object. (Inherited from System.Xml.XmlReader) |
| ReadEndElement | Checks that the current content node is an end tag and advances the reader to the next node. (Inherited from System.Xml.XmlReader) |
| ReadInnerXml | When overridden in a derived class, reads all the content, including markup, as a string. (Inherited from System.Xml.XmlReader) |
| ReadInnerXmlAsync | Asynchronously reads all the content, including markup, as a string. (Inherited from System.Xml.XmlReader) |
| ReadOuterXml | When overridden in a derived class, reads the content, including markup, representing this node and all its children. (Inherited from System.Xml.XmlReader) |
| ReadOuterXmlAsync | Asynchronously reads the content, including markup, representing this node and all its children. (Inherited from System.Xml.XmlReader) |
| ReadStartElement | Overloaded. Checks that the current node is an element and advances the reader to the next node. (Inherited from System.Xml.XmlReader) |
| ReadString | Reads the contents of an element or text node as a string. (Inherited from System.Xml.XmlNodeReader) |
| ReadSubtree | Returns a new XmlReader instance that can be used to read the current node, and all its descendants. (Inherited from System.Xml.XmlReader) |
| ReadToDescendant | Overloaded. Advances the System.Xml.XmlReader to the next descendant element with the specified qualified name. (Inherited from System.Xml.XmlReader) |
| ReadToFollowing | Overloaded. Reads until an element with the specified qualified name is found. (Inherited from System.Xml.XmlReader) |
| ReadToNextSibling | Overloaded. Advances the XmlReader to the next sibling element with the specified qualified name. (Inherited from System.Xml.XmlReader) |
| ReadValueChunk | Reads large streams of text embedded in an XML document. (Inherited from System.Xml.XmlReader) |
| ReadValueChunkAsync | Asynchronously reads large streams of text embedded in an XML document. (Inherited from System.Xml.XmlReader) |
| ResolveEntity | Resolves the entity reference for EntityReference nodes. (Inherited from System.Xml.XmlNodeReader) |
| SetContextData | |
| Skip | Skips the children of the current node. (Inherited from System.Xml.XmlNodeReader) |
| SkipAsync | Asynchronously skips the children of the current node. (Inherited from System.Xml.XmlReader) |