Class LanguageAttributeEvent
An Event for representing Language Attributes of an XML Node.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class LanguageAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceLanguageAttributeEvent(string, string)
Creates a new Language Attribute Event.
Declaration
public LanguageAttributeEvent(string lang, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
string | lang | Language. |
string | sourceXml | Source XML. |
LanguageAttributeEvent(string, string, PositionInfo)
Creates a new Language Attribute Event.
Declaration
public LanguageAttributeEvent(string lang, string sourceXml, PositionInfo pos)
Parameters
Type | Name | Description |
---|---|---|
string | lang | Language. |
string | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Edit this page View SourceLanguage
Gets the Language.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
string |