Class LanguageAttributeEvent
An Event for representing Language Attributes of an XML Node.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class LanguageAttributeEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourceLanguageAttributeEvent(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. |
LanguageAttributeEvent(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. |
Properties
| Improve this Doc View SourceLanguage
Gets the Language.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
string |