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 methods.

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.)

See Also

Advanced