Show / Hide Table of Contents

Class BlankNodeIDEvent

Event for representing the need for a Blank Node.

Inheritance
object
BaseEvent
BaseRdfXmlEvent
BlankNodeIDEvent
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 BlankNodeIDEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent

Constructors

| Edit this page View Source

BlankNodeIDEvent(string)

Creates a new Blank Node ID Event for an anonymous Blank Node.

Declaration
public BlankNodeIDEvent(string sourceXml)
Parameters
Type Name Description
string sourceXml

Source XML.

| Edit this page View Source

BlankNodeIDEvent(string, string)

Creates a new Blank Node ID Event for a named Blank Node.

Declaration
public BlankNodeIDEvent(string identifier, string sourceXml)
Parameters
Type Name Description
string identifier

Node ID for the Blank Node.

string sourceXml

Source XML.

| Edit this page View Source

BlankNodeIDEvent(string, string, PositionInfo)

Creates a new Blank Node ID Event for a named Blank Node.

Declaration
public BlankNodeIDEvent(string identifier, string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string identifier

Node ID for the Blank Node.

string sourceXml

Source XML.

PositionInfo pos

Position Info.

| Edit this page View Source

BlankNodeIDEvent(string, PositionInfo)

Creates a new Blank Node ID Event for an anonymous Blank Node.

Declaration
public BlankNodeIDEvent(string sourceXml, PositionInfo pos)
Parameters
Type Name Description
string sourceXml

Source XML.

PositionInfo pos

Position Info.

Properties

| Edit this page View Source

Identifier

Gets the Blank Node ID (if any).

Declaration
public string Identifier { 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
    • BlankNodeIDEvent(string)
    • BlankNodeIDEvent(string, string)
    • BlankNodeIDEvent(string, string, PositionInfo)
    • BlankNodeIDEvent(string, PositionInfo)
  • Properties
    • Identifier
  • Implements
  • Extension Methods
Back to top Generated by DocFX