The properties of the XmlFirstUpperReader class are listed below. For a complete list of XmlFirstUpperReader class members, see the XmlFirstUpperReader Members topic.
AttributeCount (inherited from XmlTextReader) | Gets the number of attributes on the current node. |
BaseURI (inherited from XmlTextReader) | Gets the base URI of the current node. |
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 | Overloaded. See Item |
LineNumber (inherited from XmlTextReader) | Gets the current line number. |
LinePosition (inherited from XmlTextReader) | Gets the current line position. |
LocalName | See LocalName |
Name | See Name |
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. |
XmlFirstUpperReader Class | Mvp.Xml.Common Namespace