Class LanguageAttributeEvent
An Event for representing Language Attributes of an XML Node.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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)
Creates a new Language Attribute Event.
Declaration
public LanguageAttributeEvent(string lang, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | lang | Language. |
System.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 |
---|---|---|
System.String | lang | Language. |
System.String | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceLanguage
Gets the Language.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
System.String |