Public Properties (see also Protected Properties)

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

Protected Properties

  Name Description
protected property InnerReader  Get the wrapped inner reader. (Inherited from DelegatingXmlDictionaryReader)

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.