XmlDictionaryReader Methods
.NET Framework 3.5
The XmlDictionaryReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | When overridden in a derived class, changes the ReadState to Closed. (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. |
|
Dispose | Releases the unmanaged resources used by the XmlReader and optionally releases the managed resources. (Inherited from XmlReader.) |
|
EndCanonicalization | This method is not yet implemented. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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. |
|
IsNamespaceUri | Overloaded. Checks whether the parameter, namespaceUri, is the namespace of the current node. |
|
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. |
|
IsTextNode | Tests whether the current node is a text node. |
|
LookupNamespace | When overridden in a derived class, resolves a namespace prefix in the current element's scope. (Inherited from XmlReader.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MoveToAttribute | Overloaded. When overridden in a derived class, moves to the specified attribute. |
|
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 |
Converts a node's content to a specified type. (Overrides XmlReader.ReadContentAs(Type, IXmlNamespaceResolver).) In .NET Compact Framework 3.5, this member is inherited from XmlReader.ReadContentAs(Type, IXmlNamespaceResolver). |
|
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 |
Converts a node's content to decimal. (Overrides XmlReader.ReadContentAsDecimal().) In .NET Compact Framework 3.5, this member is inherited from XmlReader.ReadContentAsDecimal(). |
|
ReadContentAsDouble | Reads the text content at the current position as a double-precision floating-point number. (Inherited from XmlReader.) |
|
ReadContentAsFloat |
Converts a node's content to float. (Overrides XmlReader.ReadContentAsFloat().) In .NET Compact Framework 3.5, this member is inherited from XmlReader.ReadContentAsFloat(). |
|
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. 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. |
|
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. Converts an element's content to a Boolean. |
|
ReadElementContentAsDateTime | Overloaded. Converts an element's content to a DateTime. |
|
ReadElementContentAsDecimal | Overloaded. Converts an element's content to a Decimal. |
|
ReadElementContentAsDouble | Overloaded. Converts an element's content to a Double. |
|
ReadElementContentAsFloat | Overloaded. Converts an element's content to a floating point number (Single). |
|
ReadElementContentAsGuid | Converts an element's content to a Guid. |
|
ReadElementContentAsInt | Overloaded. Converts an element's content to an integer (Int32). |
|
ReadElementContentAsLong | Overloaded. Converts an element's content to a long integer (Int64). |
|
ReadElementContentAsObject | Overloaded. Reads the current element and returns the contents as an Object. |
|
ReadElementContentAsString | Overloaded. 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. |
|
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. 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. |
|
ReadToFollowing | Overloaded. Reads until the named element is found. |
|
ReadToNextSibling | Overloaded. Advances the XmlReader to the next matching sibling element. |
|
ReadValueAsBase64 | Not implemented. |
|
ReadValueChunk | Reads large streams of text embedded in an XML document. (Inherited from XmlReader.) |
|
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 | |
|---|---|---|
|
IDisposable.Dispose | For a description of this member, see IDisposable.Dispose. (Inherited from XmlReader.) |