Mvp.Xml API Documentation

XmlBaseAwareXmlTextReader Properties

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

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.

See Also

XmlBaseAwareXmlTextReader Class | Mvp.Xml.Common Namespace