Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
AttributeCount | Get the number of Attributes at the current reader position. (Inherited from DelegatingXmlDictionaryReader) | |
BaseURI | Get the base Uri of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
CanCanonicalize | (Inherited from XmlDictionaryReader) | |
CanReadBinaryContent | (Inherited from XmlReader) | |
CanReadValueChunk | (Inherited from XmlReader) | |
CanResolveEntity | (Inherited from XmlReader) | |
Depth | Get the Depth of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
EOF | Gets a value indicating if reader is positioned at the end of the stream. (Inherited from DelegatingXmlDictionaryReader) | |
HasAttributes | (Inherited from XmlReader) | |
HasValue | Gets a value indicating if the current node can have a Value. (Inherited from DelegatingXmlDictionaryReader) | |
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) | |
IsEmptyElement | Gets a value indicating if the current node is an empty element. (Inherited from DelegatingXmlDictionaryReader) | |
Item | Overloaded. (Inherited from DelegatingXmlDictionaryReader) | |
LocalName | Gets the local name of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
Name | Gets the qualified name of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
NamespaceURI | Get the namespace URI of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
NameTable | Gets the XmlNameTable associated with this instance. (Inherited from DelegatingXmlDictionaryReader) | |
NodeType | Gets the type of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
Prefix | Gets the prefix of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
Quotas | (Inherited from XmlDictionaryReader) | |
QuoteChar | Get the quotation mark character used to enclose the attribute node. (" or '). (Inherited from DelegatingXmlDictionaryReader) | |
ReadState | Gets the ReadState of the reader. (Inherited from DelegatingXmlDictionaryReader) | |
SchemaInfo | (Inherited from XmlReader) | |
Settings | (Inherited from XmlReader) | |
SigningCredentials | Returns the SigningCredentials used in the signature after the envelope is consumed and when the signature is validated. | |
Value | Gets the text value of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
ValueType | Gets the Common Language Runtime (CLR) type of the current node. (Inherited from DelegatingXmlDictionaryReader) | |
XmlLang | Gets the xml:lang scope. (Inherited from DelegatingXmlDictionaryReader) | |
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 | |
---|---|---|
InnerReader | Get the wrapped inner reader. (Inherited from DelegatingXmlDictionaryReader) |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.