| | 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. (Inherited from System.Xml.XmlReader) |
 | LookupNamespace | Overridden. Resolves the namespace prefix in the current element's scope. |
 | MoveToAttribute | Overloaded. Overridden. Moves to the specified attribute. |
 | MoveToContent | (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.
|
 | Generic ReadAs |
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 | Overloaded.
Reads the content at the current position as the a value of the type
specified.
|
 | ReadContentAsBase64 | 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 | (Inherited from System.Xml.XmlReader) |
 | ReadContentAsDecimal | (Inherited from System.Xml.XmlReader) |
 | 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 | (Inherited from System.Xml.XmlReader) |
 | ReadElementContentAs | Overloaded.
Checks that the specified name matches that of the current element, then reads
the current element and returns the content as a value of the type specified.
|
 | ReadElementContentAsBase64 | Overloaded.
Reads the binary or Base64 encoded element content and returns the decoded
bytes.
|
 | ReadElementContentAsBinHex | 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. (Inherited from System.Xml.XmlReader) |
 | ReadElementContentAsDecimal | Overloaded. (Inherited from System.Xml.XmlReader) |
 | 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 | Overloaded.
Reads the current element and returns the content as a 16-bit signed
integer.
|
 | ReadElementContentAsString | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadElementString | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadEndElement | (Inherited from System.Xml.XmlReader) |
 | ReadInnerXml | (Inherited from System.Xml.XmlReader) |
 | ReadOuterXml | (Inherited from System.Xml.XmlReader) |
 | ReadStartElement | Overloaded. (Inherited from System.Xml.XmlReader) |
 | ReadString | (Inherited from System.Xml.XmlReader) |
 | 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 | |
 | Skip | (Inherited from System.Xml.XmlReader) |
 | WriteNode | |