HtmlAttributeReader Members

Include Protected Members
Include Inherited Members

The HtmlAttributeReader class provides a reader for attributes inside an HTML tag token.

The HtmlAttributeReader type exposes the following members.

Properties

  Name Description
Public property HasValue The HasValue property gets a value indicating whether the current attribute as an associated value.
Public property Id The Id property gets the current attribute identifier.
Public property NameIsLong The NameIsLong property gets a value indicating whether the attribute name is longer than 128 characters.
Public property ValueIsLong The ValueIsLong property gets a value indicating whether the attribute value is longer than 128 characters.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadName() The ReadName() method returns the name of the attribute as a string.
Public method ReadName([], Int32, Int32) The ReadName([], Int32, Int32) method returns an arbitrarily long attribute name in chunks.
Public method ReadNext The ReadNext() method advances to the next attribute in the tag token.
Public method ReadValue() The ReadValue() method returns the attribute value as a string.
Public method ReadValue([], Int32, Int32) The ReadValue([], Int32, Int32) method reads the current attribute value into a character array.
Public method ToString (Inherited from ValueType.)

Top