Show / Hide Table of Contents

Class TypedLiteralEvent

An Event for representing Typed Literals.
Inheritance
System.Object
BaseEvent
BaseRdfXmlEvent
TypedLiteralEvent
Implements
IRdfXmlEvent
IEvent
Inherited Members
BaseRdfXmlEvent.SourceXml
BaseEvent.EventType
BaseEvent.Position
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)
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRDF.dll
Syntax
public class TypedLiteralEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Improve this Doc View Source

TypedLiteralEvent(String, String, String)

Creates a new Typed Literal Event.
Declaration
public TypedLiteralEvent(string value, string datatype, string sourceXml)
Parameters
Type Name Description
System.String value Value of the Literal.
System.String datatype DataType Uri of the Literal.
System.String sourceXml Source XML of the Event.
| Improve this Doc View Source

TypedLiteralEvent(String, String, String, PositionInfo)

Creates a new Typed Literal Event.
Declaration
public TypedLiteralEvent(string value, string datatype, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
System.String value Value of the Literal.
System.String datatype DataType Uri of the Literal.
System.String sourceXml Source XML of the Event.
PositionInfo pos Position Info.

Properties

| Improve this Doc View Source

DataType

Gets the DataType of the Typed Literal.
Declaration
public string DataType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Gets the Value of the Typed Literal.
Declaration
public string Value { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Gets the String representation of the Event.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

IRdfXmlEvent
IEvent

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TypedLiteralEvent(String, String, String)
    • TypedLiteralEvent(String, String, String, PositionInfo)
  • Properties
    • DataType
    • Value
  • Methods
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX