Class BlankNodeIDEvent
Event for representing the need for a Blank Node.
Inherited Members
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)
System.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)
Creates a new Blank Node ID Event for an anonymous Blank Node.
Declaration
public BlankNodeIDEvent(string sourceXml)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|---|
System.String | identifier | Node ID for the Blank Node. |
System.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 |
---|---|---|
System.String | identifier | Node ID for the Blank Node. |
System.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 |
---|---|---|
System.String | sourceXml | Source XML. |
PositionInfo | pos | Position Info. |
Properties
| Improve this Doc View SourceIdentifier
Gets the Blank Node ID (if any).
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String |