| Name | Description |
 | AttributeCount | Overridden.
Gets the number of attributes on the current node.
|
 | BaseURI | Overridden.
Gets the base URI of the current node.
|
 | CanReadBinaryContent | Overridden. Gets a value indicating whether this reader can parse binary content. Always returns true. |
 | CanReadValueChunk | (Inherited from System.Xml.XmlReader) |
 | CanResolveEntity | Overridden. Gets a value indicating whether this reader can parse and resolve entities. Always returns false. |
 | Depth | Overridden.
Gets the depth of the current node in the XML document.
|
 | EOF | Overridden.
Gets a value indicating whether the reader is positioned at the end of the stream.
|
 | HasAttributes | (Inherited from System.Xml.XmlReader) |
 | HasValue | Overridden.
Gets a value indicating whether the current node can have a Value.
|
 | IsDefault | Overridden.
Gets a value indicating whether the current node is an attribute that was generated from the default
value defined in the DTD or schema.
|
 | IsEmptyElement | Overridden.
Gets a value indicating whether the current node is an empty element.
|
 | Item | Overridden. Gets the value of the attribute specified by the index. In C#, this property is the indexer for the XmlFastInfosetReader class. |
 | LocalName | Overridden.
Gets the local name of the current node.
|
 | MaxDepth |
Gets and sets the maximum nested node depth.
|
 | MaxNodeContentLength |
Gets and sets the maximum length of the node content in bytes.
|
 | Name | Overridden.
Gets the qualified name of the current node.
|
 | NamespaceURI | Overridden.
Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
|
 | NameTable | Overridden. Gets the XmlNameTable associated with this reader. |
 | NodeType | Overridden.
Gets the type of the current node.
|
 | Prefix | Overridden.
Gets the namespace prefix associated with the current node.
|
 | QuoteChar | Overridden.
Gets the quotation mark character used to enclose the value of an attribute node.
|
 | ReadState | Overridden.
Gets the state of the reader.
|
 | SchemaInfo | (Inherited from System.Xml.XmlReader) |
 | Settings | Overridden.
Gets the XmlReaderSettings object used to create this XmlFastInfosetReader instance.
|
 | Value | Overridden.
Gets the text value of the current node.
|
 | ValueType | (Inherited from System.Xml.XmlReader) |
 | Vocabulary |
Sets the vocabulary to be used when reading the Fast Infoset document.
|
 | VocabularyProvider | Gets and sets the IVocabularyProvider for resolving external vocabulary URI, when it is encountered within a document. |
 | XmlLang | (Inherited from System.Xml.XmlReader) |
 | XmlSpace | (Inherited from System.Xml.XmlReader) |