Click or drag to resize

NamespaceAttributeEvent Constructor (String, String, String)

Creates a new Namespace Attribute Event.

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NamespaceAttributeEvent(
	string prefix,
	string uri,
	string sourceXml
)

Parameters

prefix
Type: SystemString
Namespace Prefix.
uri
Type: SystemString
Namespace Uri.
sourceXml
Type: SystemString
Source XML.
See Also