Click or drag to resize

AttributeEvent Constructor (String, String, String, String)

Creates a new Attribute Event from an XML Attribute.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AttributeEvent(
	string localname,
	string ns,
	string value,
	string sourceXml
)

Parameters

localname
Type: SystemString
Local Name of the Attribute.
ns
Type: SystemString
Namespace Prefix of the Attribute.
value
Type: SystemString
Value of the Attribute.
sourceXml
Type: SystemString
Source XML of the Attribute.
See Also