HtmlAttribute Members
From Html Agility Pack
| A Sandcastle Documented Class Library |
| HtmlAttribute Members |
| HtmlAttribute Class Methods Properties See Also Send Feedback |
The HtmlAttribute type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a duplicate of this attribute.
| |
| CompareTo |
Compares the current instance with another attribute. Comparison is based on attributes' name.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes this attribute from it's parents collection
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Line |
Gets the line number of this attribute in the document.
| |
| LinePosition |
Gets the column number of this attribute in the document.
| |
| Name |
Gets the qualified name of the attribute.
| |
| OriginalName |
Name of attribute with original case
| |
| OwnerDocument |
Gets the HTML document to which this attribute belongs.
| |
| OwnerNode |
Gets the HTML node to which this attribute belongs.
| |
| QuoteType |
Specifies what type of quote the data should be wrapped in
| |
| StreamPosition |
Gets the stream position of this attribute in the document, relative to the start of the document.
| |
| Value |
Gets or sets the value of the attribute.
| |
| XPath |
Gets a valid XPath string that points to this Attribute
|