HtmlAttribute Class |
Namespace: WorkflowGen.My.HtmlAgilityPack
The HtmlAttribute type exposes the following members.
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
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of this attribute.
|
![]() | CompareTo |
Compares the current instance with another attribute. Comparison is based on attributes' name.
|
![]() | Remove |
Removes this attribute from it's parents collection
|