Class BlankNodeIDEvent
Event for representing the need for a Blank Node.
Inherited Members
Namespace: VDS.RDF.Parsing.Events.RdfXml
Assembly: dotNetRdf.dll
Syntax
public class BlankNodeIDEvent : BaseRdfXmlEvent, IRdfXmlEvent, IEvent
Constructors
| Edit this page View SourceBlankNodeIDEvent(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. |
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. |
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. |
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 SourceIdentifier
Gets the Blank Node ID (if any).
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
string |