Mono Class Library: Overview

System.Xml.XmlTextReader: Method Members

The methods of System.Xml.XmlTextReader are listed below. For a list of all members, see the XmlTextReader Members list.

See Also: Inherited members from System.Xml.XmlReader

Public Methods

override
Close()
Changes the XmlTextReader.ReadState to Closed.
override
GetAttribute(int) : string
Returns the value of the attribute with the specified index relative to the containing element.
override
GetAttribute(string) : string
Returns the value of the attribute with the specified qualified name.
override
GetAttribute(string, string) : string
Returns the value of the attribute with the specified local name and namespace URI.
GetNamespacesInScope(XmlNamespaceScope) : IDictionary<string, string>
Documentation for this section has not yet been entered.
GetRemainder() : System.IO.TextReader
Returns the remainder of the buffered XML.
HasLineInfo() : bool
Documentation for this section has not yet been entered.
override
LookupNamespace(string) : string
Resolves a namespace prefix in the scope of the current element.
override
MoveToAttribute(int)
Moves the position of the current instance to the attribute with the specified index relative to the containing element.
override
MoveToAttribute(string) : bool
Moves the position of the current instance to the attribute with the specified qualified name.
override
MoveToAttribute(string, string) : bool
Moves the position of the current instance to the attribute with the specified local name and namespace URI.
override
MoveToElement() : bool
Moves the position of the current instance to the node that contains the current Attribute node.
override
MoveToFirstAttribute() : bool
Moves the position of the current instance to the first attribute associated with the current node.
override
MoveToNextAttribute() : bool
Moves the position of the current instance to the next attribute associated with the current node.
override
Read() : bool
Moves the position of the current instance to the next node in the stream, exposing its properties.
override
ReadAttributeValue() : bool
Parses an attribute value into one or more Text and EntityReference nodes.
ReadBase64(byte[], int, int) : int
Reads and decodes the Base64 encoded contents of an element and stores the result in a byte buffer.
ReadBinHex(byte[], int, int) : int
Reads and decodes the BinHex encoded contents of an element and stores the result in a byte buffer.
ReadChars(char[], int, int) : int
Reads the text contents of an element into a character buffer.
override
ReadContentAsBase64(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadContentAsBinHex(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadElementContentAsBase64(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadElementContentAsBinHex(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
ReadString() : string
Reads the contents of an element or a text node as a string.
ResetState()
Resets the XmlTextReader.ReadState to ReadState.Initial.
override
ResolveEntity()
Resolves the entity reference for EntityReference nodes.
override
Skip()
Documentation for this section has not yet been entered.