This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class XmlReaderAttributeList
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class XmlReaderAttributeList

The type exposes the following members.

Public Constructors

  Name Description
Public method XmlReaderAttributeList
Initializes a new instance of the XmlReaderAttributeList class.

Public Methods

  Name Description
Public method Static member CreateFromProcessingInstruction
Generates an attribute list from an Xml Processing Instruction. See http://msdn.microsoft.com/en-us/library/by2bd43b(v=vs.80).aspx
When the XmlReader is positioned on a processing instruction node, the Value property returns the entire text content.
Items in the processing instruction node are not treated as attributes. They cannot be read with the GetAttribute or MoveToAttribute methods.
Public method Equals (Inherited from Object.)
Public method GetAllKeys Overloaded.
Public method GetAttribute Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Namespaces
Gets the namespaces.

See Also

Advanced