Class PlainLiteralEvent
An Event for representing Plain Literals.
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 PlainLiteralEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Improve this Doc View SourcePlainLiteralEvent(String, String, String)
Creates a new Plain Literal Event.
Declaration
public PlainLiteralEvent(string value, string language, string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Value of the Literal. |
System.String | language | Language Specifier of the Literal. |
System.String | sourceXml | Source XML of the Event. |
PlainLiteralEvent(String, String, String, PositionInfo)
Creates a new Plain Literal Event.
Declaration
public PlainLiteralEvent(string value, string language, string sourceXml, PositionInfo pos)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Value of the Literal. |
System.String | language | Language Specifier of the Literal. |
System.String | sourceXml | Source XML of the Event. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceLanguage
Gets the Langugage Specifier of the Plain Literal.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets the Value of the Plain Literal.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |