Class BlankNodeIDEvent
Event for representing the need for a Blank Node.
Inherited Members
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
| Improve this Doc View SourceBlankNodeIDEvent(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, 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, 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. |
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. |
Properties
| Improve this Doc View SourceIdentifier
Gets the Blank Node ID (if any).
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
string |