Mono Class Library: OverviewSystem.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
overrideClose() Changes the XmlTextReader.ReadState to Closed. overrideGetAttribute(int) : string Returns the value of the attribute with the specified index relative to the containing element. overrideGetAttribute(string) : string Returns the value of the attribute with the specified qualified name. overrideGetAttribute(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. overrideLookupNamespace(string) : string Resolves a namespace prefix in the scope of the current element. overrideMoveToAttribute(int) Moves the position of the current instance to the attribute with the specified index relative to the containing element. overrideMoveToAttribute(string) : bool Moves the position of the current instance to the attribute with the specified qualified name. overrideMoveToAttribute(string, string) : bool Moves the position of the current instance to the attribute with the specified local name and namespace URI. overrideMoveToElement() : bool Moves the position of the current instance to the node that contains the current Attribute node. overrideMoveToFirstAttribute() : bool Moves the position of the current instance to the first attribute associated with the current node. overrideMoveToNextAttribute() : bool Moves the position of the current instance to the next attribute associated with the current node. overrideRead() : bool Moves the position of the current instance to the next node in the stream, exposing its properties. overrideReadAttributeValue() : 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. overrideReadContentAsBase64(byte[], int, int) : int Documentation for this section has not yet been entered. overrideReadContentAsBinHex(byte[], int, int) : int Documentation for this section has not yet been entered. overrideReadElementContentAsBase64(byte[], int, int) : int Documentation for this section has not yet been entered. overrideReadElementContentAsBinHex(byte[], int, int) : int Documentation for this section has not yet been entered. overrideReadString() : string Reads the contents of an element or a text node as a string.ResetState() Resets the XmlTextReader.ReadState to ReadState.Initial. overrideResolveEntity() Resolves the entity reference for EntityReference nodes. overrideSkip() Documentation for this section has not yet been entered.