HtmlAttribute Members

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image

The HtmlAttribute type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a duplicate of this attribute.
Public methodCompareTo
Compares the current instance with another attribute. Comparison is based on attributes' name.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes this attribute from it's parents collection
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyLine
Gets the line number of this attribute in the document.
Public propertyLinePosition
Gets the column number of this attribute in the document.
Public propertyName
Gets the qualified name of the attribute.
Public propertyOriginalName
Name of attribute with original case
Public propertyOwnerDocument
Gets the HTML document to which this attribute belongs.
Public propertyOwnerNode
Gets the HTML node to which this attribute belongs.
Public propertyQuoteType
Specifies what type of quote the data should be wrapped in
Public propertyStreamPosition
Gets the stream position of this attribute in the document, relative to the start of the document.
Public propertyValue
Gets or sets the value of the attribute.
Public propertyXPath
Gets a valid XPath string that points to this Attribute

See Also