Mvp.Xml API Documentation

XmlBaseAwareXmlTextReader Methods

The methods of the XmlBaseAwareXmlTextReader class are listed below. For a complete list of XmlBaseAwareXmlTextReader class members, see the XmlBaseAwareXmlTextReader Members topic.

Public Instance Methods

Close (inherited from XmlTextReader) Changes the ReadState to Closed.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAttribute (inherited from XmlTextReader)Overloaded. Gets the value of the attribute with the specified index.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetRemainder (inherited from XmlTextReader) Gets the remainder of the buffered XML.
GetType (inherited from Object)Gets the Type of the current instance.
IsStartElement (inherited from XmlReader)Overloaded. Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings.
LookupNamespace (inherited from XmlTextReader) Resolves a namespace prefix in the current element's scope.
MoveToAttribute (inherited from XmlTextReader)Overloaded. Moves to the attribute with the specified index.
MoveToContent (inherited from XmlReader) 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.
MoveToElement (inherited from XmlTextReader)Moves to the element that contains the current attribute node.
MoveToFirstAttribute (inherited from XmlTextReader)Moves to the first attribute.
MoveToNextAttribute (inherited from XmlTextReader)Moves to the next attribute.
Read See Read.
ReadAttributeValue (inherited from XmlTextReader)Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.
ReadBase64 (inherited from XmlTextReader)Decodes Base64 and returns the decoded binary bytes.
ReadBinHex (inherited from XmlTextReader)Decodes BinHex and returns the decoded binary bytes.
ReadChars (inherited from XmlTextReader)Reads the text contents of an element into a character buffer. This method is designed to read large streams of embedded text by calling it successively.
ReadElementString (inherited from XmlReader)Overloaded. Checks that the LocalName and NamespaceURI properties of the element found matches the given strings before reading a text-only element.
ReadEndElement (inherited from XmlReader)Checks that the current content node is an end tag and advances the reader to the next node.
ReadInnerXml (inherited from XmlReader)When overridden in a derived class, reads all the content, including markup, as a string.
ReadOuterXml (inherited from XmlReader)When overridden in a derived class, reads the content, including markup, representing this node and all its children.
ReadStartElement (inherited from XmlReader)Overloaded. Checks that the current content node is an element with the given LocalName and NamespaceURI and advances the reader to the next node.
ReadString (inherited from XmlReader)When overridden in a derived class, reads the contents of an element or text node as a string.
ResetState (inherited from XmlTextReader)Resets the state of the reader to ReadState.Initial.
ResolveEntity (inherited from XmlTextReader) Resolves the entity reference for EntityReference nodes.
Skip (inherited from XmlReader) Skips the children of the current node.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

XmlBaseAwareXmlTextReader Class | Mvp.Xml.Common Namespace