Show / Hide Table of Contents

Class PlainLiteralEvent

An Event for representing Plain Literals.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
PlainLiteralEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
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 PlainLiteralEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

PlainLiteralEvent(string, string, string)

Creates a new Plain Literal Event.

Declaration
public PlainLiteralEvent(string value, string language, string sourceXml)
Parameters
Type Name Description
string value

Value of the Literal.

string language

Language Specifier of the Literal.

string sourceXml

Source XML of the Event.

| Edit this page View Source

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
string value

Value of the Literal.

string language

Language Specifier of the Literal.

string sourceXml

Source XML of the Event.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

Language

Gets the Langugage Specifier of the Plain Literal.

Declaration
public string Language { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Value

Gets the Value of the Plain Literal.

Declaration
public string Value { get; }
Property Value
Type Description
string

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • PlainLiteralEvent(string, string, string)
    • PlainLiteralEvent(string, string, string, PositionInfo)
  • Properties
    • Language
    • Value
  • Implements
  • Extension Methods
Back to top Generated by DocFX