| Name | Description |
| Close | Overridden.
Changes the System.Xml.XmlReader.ReadState to Closed.
|
| Dispose | Overloaded. Releases all resources used by the current instance of the System.Xml.XmlReader class. (Inherited from System.Xml.XmlReader) |
| GetAttribute | Overloaded. Overridden.
Gets the value of the attribute with the specified index.
|
| 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 | Overridden.
Resolves a namespace prefix in the current element's scope.
|
| MoveToAttribute | Overloaded. Overridden.
Moves to the attribute with the specified index.
|
| 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) |
| MoveToElement | Overridden.
Moves to the element that contains the current attribute node.
|
| MoveToFirstAttribute | Overridden.
Moves to the first attribute.
|
| MoveToNextAttribute | Overridden.
Moves to the next attribute.
|
| Read | Overridden.
Reads the next node from the stream.
|
| ReadAttributeValue | Overridden.
Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
|
| ReadContentAs | 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.XmlReader) |
| ReadContentAsBinHex | 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) |
| 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) |
| ReadContentAsString | 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) |
| ReadElementContentAsBase64 | 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.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) |
| ReadElementContentAsString | Overloaded. 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) |
| ReadOuterXml | When overridden in a derived class, 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) |
| 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) |
| ResolveEntity | Overridden.
Resolves the entity reference for EntityReference nodes.
|
| Skip | Skips the children of the current node. (Inherited from System.Xml.XmlReader) |