RdfAParserSetAttribute Method |
Set the value of a particular attribute of an element.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override void SetAttribute(
HtmlNode element,
string attributeName,
string value
)
Protected Overrides Sub SetAttribute (
element As HtmlNode,
attributeName As String,
value As String
)
Parameters
- element
- Type: HtmlNode
The element. - attributeName
- Type: SystemString
The name of the attribute to set/update. - value
- Type: SystemString
The new value for the attribute.
See Also