Click or drag to resize

LanguageAttributeEvent Constructor (String, String)

Creates a new Language Attribute Event.

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

Parameters

lang
Type: SystemString
Language.
sourceXml
Type: SystemString
Source XML.
See Also