XmlDictionaryReader Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | When overridden in a derived class, changes the ReadState to Closed. (inherited from XmlReader) |
| Create | Overloaded. Creates a new XmlReader instance. (inherited from XmlReader) |
| CreateBinaryReader | Overloaded. Creates an instance of XmlDictionaryReader that can read .NET Binary XML Format. |
| CreateDictionaryReader | Creates an instance of XmlDictionaryReader from an existing XmlReader. |
| CreateMtomReader | Overloaded. Creates an instance of XmlDictionaryReader that reads XML in the MTOM format. |
| CreateTextReader | Overloaded. Creates an instance of XmlDictionaryReader. |
| EndCanonicalization | This method is not yet implemented. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetAttribute | Overloaded. When overridden in a derived class, gets the value of an attribute. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| IndexOfLocalName | Overloaded. Gets the index of the local name of the current node within an array of names. |
| IsLocalName | Overloaded. Checks whether the parameter, localName, is the local name of the current node. |
| IsName | Gets a value indicating whether the string argument is a valid XML name. (inherited from XmlReader) |
| IsNamespaceUri | Overloaded. Checks whether the parameter, namespaceUri, is the namespace of the current node. |
| IsNameToken | Gets a value indicating whether or not the string argument is a valid XML name token. (inherited from XmlReader) |
| IsStartArray | Checks whether the reader is positioned at the start of an array. This class returns false, but derived classes that have the concept of arrays might return true. |
| IsStartElement | Overloaded. Tests whether the current content node is a start tag or an empty tag. |
| LookupNamespace | When overridden in a derived class, resolves a namespace prefix in the current element's scope. (inherited from XmlReader) |
| MoveToAttribute | Overloaded. When overridden in a derived class, moves to the specified attribute. (inherited from XmlReader) |
| 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 XmlReader) |
| MoveToElement | When overridden in a derived class, moves to the element that contains the current attribute node. (inherited from XmlReader) |
| MoveToFirstAttribute | When overridden in a derived class, moves to the first attribute. (inherited from XmlReader) |
| MoveToNextAttribute | When overridden in a derived class, moves to the next attribute. (inherited from XmlReader) |
| MoveToStartElement | Overloaded. Tests whether the current content node is a start element or an empty element. |
| Read | When overridden in a derived class, reads the next node from the stream. (inherited from XmlReader) |
| ReadArray | Overloaded. Reads repeated occurrences of a data type into a typed array. |
| ReadAttributeValue | When overridden in a derived class, parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (inherited from XmlReader) |
| ReadBooleanArray | Overloaded. Reads repeated occurrences of Boolean nodes into a typed array. |
| ReadContentAs | Overridden. Converts a node's content to a specified type. |
| ReadContentAsBase64 | Overloaded. Reads the content and returns the Base64 decoded binary bytes. |
| ReadContentAsBinHex | Overloaded. Reads the content and returns the BinHex decoded binary bytes. |
| ReadContentAsBoolean | Reads the text content at the current position as a Boolean. (inherited from XmlReader) |
| ReadContentAsChars | Reads the content into a char array. |
| ReadContentAsDateTime | Reads the text content at the current position as a DateTime object. (inherited from XmlReader) |
| ReadContentAsDecimal | Overridden. Converts a node's content to decimal. |
| ReadContentAsDouble | Reads the text content at the current position as a double-precision floating-point number. (inherited from XmlReader) |
| ReadContentAsFloat | Overridden. Converts a node's content to float. |
| ReadContentAsGuid | Converts a node's content to guid. |
| ReadContentAsInt | Reads the text content at the current position as a 32-bit signed integer. (inherited from XmlReader) |
| ReadContentAsLong | Reads the text content at the current position as a 64-bit signed integer. (inherited from XmlReader) |
| ReadContentAsObject | Reads the text content at the current position as an Object. (inherited from XmlReader) |
| ReadContentAsQualifiedName | Converts a node's content to a qualified name representation. |
| ReadContentAsString | Overloaded. Overridden. Converts a node's content to a string. |
| ReadContentAsTimeSpan | Converts a node's content to TimeSpan. |
| ReadContentAsUniqueId | Converts a node's content to a unique identifier. |
| ReadDateTimeArray | Overloaded. Converts a node's content to a DateTime array. |
| ReadDecimalArray | Overloaded. Converts a node's content to a DateTime array. |
| ReadDoubleArray | Overloaded. Converts a node's content to a Double array. |
| ReadElementContentAs | Overloaded. Reads the current element and returns the contents as an object of the type specified. (inherited from XmlReader) |
| ReadElementContentAsBase64 | Overloaded. Converts a node's content to an array of Base64 bytes. |
| ReadElementContentAsBinHex | Overloaded. Converts a node's content to an array of BinHex bytes. |
| ReadElementContentAsBoolean | Overloaded. Overridden. Converts an element's content to a Boolean. |
| ReadElementContentAsDateTime | Overloaded. Overridden. Converts an element's content to a DateTime. |
| ReadElementContentAsDecimal | Overloaded. Overridden. Converts an element's content to a Decimal. |
| ReadElementContentAsDouble | Overloaded. Overridden. Converts an element's content to a Double. |
| ReadElementContentAsFloat | Overloaded. Overridden. Converts an element's content to a floating point number (Single). |
| ReadElementContentAsGuid | Converts an element's content to a Guid. |
| ReadElementContentAsInt | Overloaded. Overridden. Converts an element's content to an integer (Int32). |
| ReadElementContentAsLong | Overloaded. Overridden. Converts an element's content to a long integer (Int64). |
| ReadElementContentAsObject | Overloaded. Reads the current element and returns the contents as an Object. (inherited from XmlReader) |
| ReadElementContentAsString | Overloaded. Overridden. Converts an element's content to a String. |
| ReadElementContentAsTimeSpan | Converts an element's content to a TimeSpan. |
| ReadElementContentAsUniqueId | Converts an element's content to a unique identifier. |
| ReadElementString | Overloaded. This is a helper method for reading simple text-only elements. (inherited from XmlReader) |
| ReadEndElement | Checks that the current content node is an end tag and advances the reader to the next node. (inherited from XmlReader) |
| ReadFullStartElement | Overloaded. Checks whether the current node is an element and advances the reader to the next node. |
| ReadGuidArray | Overloaded. Reads the contents of a series of nodes into an array of Guid. |
| ReadInnerXml | When overridden in a derived class, reads all the content, including markup, as a string. (inherited from XmlReader) |
| ReadInt16Array | Overloaded. Reads the contents of a series of nodes into an array of short integers (Int16). |
| ReadInt32Array | Overloaded. Reads the contents of a series of nodes into an array of integers (Int32). |
| ReadInt64Array | Overloaded. Reads the contents of a series of nodes into an array of long integers (Int64). |
| ReadOuterXml | When overridden in a derived class, reads the content, including markup, representing this node and all its children. (inherited from XmlReader) |
| ReadSingleArray | Overloaded. Reads the contents of a series of nodes into an array of float numbers (Single). |
| ReadStartElement | Overloaded. Checks whether the current node is an element and advances the reader to the next node. |
| ReadString | Overloaded. Overridden. Reads the contents of the current node into a string. |
| ReadSubtree | Returns a new XmlReader instance that can be used to read the current node, and all its descendants. (inherited from XmlReader) |
| ReadTimeSpanArray | Overloaded. Reads the contents of a series of nodes into a TimeSpan array. |
| ReadToDescendant | Overloaded. Advances the XmlReader to the next matching descendant element. (inherited from XmlReader) |
| ReadToFollowing | Overloaded. Reads until the named element is found. (inherited from XmlReader) |
| ReadToNextSibling | Overloaded. Advances the XmlReader to the next matching sibling element. (inherited from XmlReader) |
| ReadValueAsBase64 | Not implemented. |
| ReadValueChunk | Reads large streams of text embedded in an XML document. (inherited from XmlReader) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResolveEntity | When overridden in a derived class, resolves the entity reference for EntityReference nodes. (inherited from XmlReader) |
| Skip | Skips the children of the current node. (inherited from XmlReader) |
| StartCanonicalization | This method is not yet implemented. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| TryGetArrayLength | Not implemented in this class (it always returns false). May be overridden in derived classes. |
| TryGetBase64ContentLength | Not implemented in this class (it always returns false). May be overridden in derived classes. |
| TryGetLocalNameAsDictionaryString | Not implemented in this class (it always returns false). May be overridden in derived classes. |
| TryGetNamespaceUriAsDictionaryString | Not implemented in this class (it always returns false). May be overridden in derived classes. |
| TryGetValueAsDictionaryString | Not implemented in this class (it always returns false). May be overridden in derived classes. |
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources. (inherited from XmlReader) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| IsTextNode | Tests whether the current node is a text node. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| ReadContentAsBinHex | Overloaded. Reads the content and returns the BinHex decoded binary bytes. |
| ReadContentAsString | Overloaded. Converts a node's content to a string. |
| ReadString | Overloaded. Reads the contents of the current node into a string. |