Public Properties (see also Protected Properties)

  Name Description
public property AttributeCount Overridden. Get the number of Attributes at the current reader position.
public property BaseURI Overridden. Get the base Uri of the current node.
public property CanCanonicalize  (Inherited from XmlDictionaryReader)
public property CanReadBinaryContent  (Inherited from XmlReader)
public property CanReadValueChunk  (Inherited from XmlReader)
public property CanResolveEntity  (Inherited from XmlReader)
public property Depth Overridden. Get the Depth of the current node.
public property EOF Overridden. Gets a value indicating if reader is positioned at the end of the stream.
public property HasAttributes  (Inherited from XmlReader)
public property HasValue Overridden. Gets a value indicating if the current node can have a Value.
public property IsDefault Overridden. Gets a value indicating if the current node is an attribute that was generated from the default value defined in the DTD or Schema.
public property IsEmptyElement Overridden. Gets a value indicating if the current node is an empty element.
public property Item Overloaded. Overridden.  
public property LocalName Overridden. Gets the local name of the current node.
public property Name Overridden. Gets the qualified name of the current node.
public property NamespaceURI Overridden. Get the namespace URI of the current node.
public property NameTable Overridden. Gets the XmlNameTable associated with this instance.
public property NodeType Overridden. Gets the type of the current node.
public property Prefix Overridden. Gets the prefix of the current node.
public property Quotas  (Inherited from XmlDictionaryReader)
public property QuoteChar Overridden. Get the quotation mark character used to enclose the attribute node. (" or ').
public property ReadState Overridden. Gets the ReadState of the reader.
public property SchemaInfo  (Inherited from XmlReader)
public property Settings  (Inherited from XmlReader)
public property Value Overridden. Gets the text value of the current node.
public property ValueType Overridden. Gets the Common Language Runtime (CLR) type of the current node.
public property XmlLang Overridden. Gets the xml:lang scope.
public property XmlSpace Overridden. Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None.

Protected Properties

  Name Description
protected property InnerReader Get the wrapped inner reader.

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.