| | Name | Description |
 | Clear | Clears the internal state of the reader. |
 | Close | Overridden. Changes the ReadState to Closed. |
  | Create | Overloaded. Creates a new XmlReader instance for reading the Fast Infoset encoded XML stream. |
 | GetAttribute | Overloaded. Overridden. Gets the value of an attribute. |
 | Init | Overloaded. Initializes an instance of the XmlFastInfosetReader class. |
 | IsStartElement | Overloaded. Overridden. Tests if the current content node is a start element. |
 | LookupNamespace | Overridden. Resolves the namespace prefix in the current element's scope. |
 | MoveToAttribute | Overloaded. Overridden. Moves to the specified attribute. |
 | MoveToContent | Overridden. 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. |
 | 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. |
 | ReadAs<T> | Reads the value from the current position in the stream as the type specified. |
 | ReadAsBoolean | Reads a single or multiple occurrences of boolean values from the current position. |
 | ReadAsDouble | Reads a single or multiple occurrences of double-precision floating-point values from the current position. |
 | ReadAsFloat | Reads a single or multiple occurrences of single-precision floating-point values from the current position. |
 | ReadAsInt | Reads a single or multiple occurrences of 32-bit integer values from the current position. |
 | ReadAsLong | Reads a single or multiple occurrences of 64-bit integer values from the current position. |
 | ReadAsShort | Reads a single or multiple occurrences of 16-bit integer values from the current position. |
 | ReadAttributeValue | Overridden. Reads the attribute value. |
 | ReadBase64 | Reads a Base64 value from the current position in the element content and decodes it into an array of bytes. |
 | ReadBinHex | Reads a hexadecimal value from the current position in the element content and decodes it into an array of bytes. |
 | ReadContentAs | (Inherited from System.Xml.XmlReader) |
 | ReadContentAsBase64 | Overloaded. Overridden. Reads the binary or Base64 encoded content at the current position and returns the decoded binary bytes. |
 | ReadContentAsBinHex | Overridden. Reads the binary or BinHex encoded content at the current position and returns the decoded binary bytes. |
 | ReadContentAsBoolean | Overridden. Reads the content at the current position as a boolean value. |
 | ReadContentAsDateTime | Overridden. Reads the text content at the current position as a DateTime object. |
 | ReadContentAsDecimal | Overridden. Reads the text content at the current position as a decimal value. |
 | ReadContentAsDouble | Overridden. Reads the content at the current position as a double-precision floating-point number. |
 | ReadContentAsFloat | Overridden. Reads the content at the current position as a single-precision floating point number. |
 | ReadContentAsInt | Overridden. Reads the text content at the current position as a 32-bit signed integer. |
 | ReadContentAsLong | Overridden. Reads the text content at the current position as a 64-bit signed integer. |
 | ReadContentAsObject | (Inherited from System.Xml.XmlReader) |
 | ReadContentAsShort | Reads the text content at the current position as a 16-bit signed integer. |
 | ReadContentAsString | Overridden. Reads the text content at the current position as a string. |
 | ReadElementContentAs | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadElementContentAsBase64 | Overloaded. Overridden. Reads the binary or Base64 encoded element content and returns the decoded bytes. |
 | ReadElementContentAsBinHex | Overloaded. Overridden. Reads the binary or BinHex encoded element content and returns the decoded bytes. |
 | ReadElementContentAsBoolean | Overloaded. Overridden. Reads the current element and returns the content as a boolean value. |
 | ReadElementContentAsDateTime | Overloaded. Overridden. Reads the node content at the current position as a DateTime value. |
 | ReadElementContentAsDecimal | Overloaded. Overridden. Reads the node content at the current position as a decimal value. |
 | ReadElementContentAsDouble | Overloaded. Overridden. Reads the current element and returns the content as a double-precision floating-point number. |
 | ReadElementContentAsFloat | Overloaded. Overridden. Reads the current element and returns the content as a single-precision floating-point number. |
 | ReadElementContentAsInt | Overloaded. Overridden. Reads the current element and returns the content as a 32-bit signed integer. |
 | ReadElementContentAsLong | Overloaded. Overridden. Reads the current element and returns the content as a 64-bit signed integer. |
 | ReadElementContentAsObject | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadElementContentAsShort | Reads the current element and returns the content as a 16-bit signed integer. |
 | ReadElementContentAsString | Overloaded. Overridden. Reads the current element and returns the contents as a String object. |
 | ReadElementString | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadEndElement | Overridden. Checks that the current content node is an end tag and advances the reader to the next node. |
 | ReadInnerXml | (Inherited from System.Xml.XmlReader) |
 | ReadOuterXml | (Inherited from System.Xml.XmlReader) |
 | ReadStartElement | Overloaded. Overridden. Checks that the current node is the element with specified local name and namespace and advances the reader to the next node. |
 | ReadString | Overridden. Reads the contents of the current node into a string. |
 | ReadSubtree | (Inherited from System.Xml.XmlReader) |
 | ReadToDescendant | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadToFollowing | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadToNextSibling | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadValueChunk | (Inherited from System.Xml.XmlReader) |
 | ResetState | Resets the ReadState to Initial. |
 | ResolveEntity | Overridden. Throws a NotSupportedException. |
 | SetVocabulary | Sets the vocabulary to be used when read a Fast Infoset document. |
 | Skip | (Inherited from System.Xml.XmlReader) |