Click or drag to resize

BlankNodeIDEvent Constructor (String, String, PositionInfo)

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

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BlankNodeIDEvent(
	string identifier,
	string sourceXml,
	PositionInfo pos
)

Parameters

identifier
Type: SystemString
Node ID for the Blank Node.
sourceXml
Type: SystemString
Source XML.
pos
Type: VDS.RDF.ParsingPositionInfo
Position Info.
See Also