Mvp.Xml API Documentation

XmlBaseAwareXmlTextReader Members

XmlBaseAwareXmlTextReader overview

Public Instance Constructors

XmlBaseAwareXmlTextReader Overloaded. Initializes a new instance of the XmlBaseAwareXmlTextReader class.

Public Instance Properties

AttributeCount (inherited from XmlTextReader)Gets the number of attributes on the current node.
BaseURI See BaseURI.
CanResolveEntity (inherited from XmlReader)Gets a value indicating whether this reader can parse and resolve entities.
Depth (inherited from XmlTextReader) Gets the depth of the current node in the XML document.
Encoding (inherited from XmlTextReader) Gets the encoding of the document.
EOF (inherited from XmlTextReader) Gets a value indicating whether the reader is positioned at the end of the stream.
HasAttributes (inherited from XmlReader)Gets a value indicating whether the current node has any attributes.
HasValue (inherited from XmlTextReader)Gets a value indicating whether the current node can have a Value .
IsDefault (inherited from XmlTextReader) Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema.
IsEmptyElement (inherited from XmlTextReader)Gets a value indicating whether the current node is an empty element (for example, <MyElement/> ).
Item (inherited from XmlTextReader)Gets the value of the attribute with the specified index.
Item (inherited from XmlTextReader)Gets the value of the attribute with the specified name.
Item (inherited from XmlTextReader)Gets the value of the attribute with the specified local name and namespace URI.
LineNumber (inherited from XmlTextReader)Gets the current line number.
LinePosition (inherited from XmlTextReader)Gets the current line position.
LocalName (inherited from XmlTextReader) Gets the local name of the current node.
Name (inherited from XmlTextReader) Gets the qualified name of the current node.
Namespaces (inherited from XmlTextReader) Gets or sets a value indicating whether to do namespace support.
NamespaceURI (inherited from XmlTextReader) Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.
NameTable (inherited from XmlTextReader)Gets the XmlNameTable associated with this implementation.
NodeType (inherited from XmlTextReader)Gets the type of the current node.
Normalization (inherited from XmlTextReader)Gets or sets a value indicating whether to normalize white space and attribute values.
Prefix (inherited from XmlTextReader) Gets the namespace prefix associated with the current node.
ProhibitDtd (inherited from XmlTextReader) 
QuoteChar (inherited from XmlTextReader) Gets the quotation mark character used to enclose the value of an attribute node.
ReadState (inherited from XmlTextReader) Gets the state of the reader.
Value (inherited from XmlTextReader)Gets the text value of the current node.
WhitespaceHandling (inherited from XmlTextReader)Gets or sets a value that specifies how white space is handled.
XmlLang (inherited from XmlTextReader)Gets the current xml:lang scope.
XmlResolver (inherited from XmlTextReader) Sets the XmlResolver used for resolving DTD references.
XmlSpace (inherited from XmlTextReader)Gets the current xml:space scope.

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