Click or drag to resize

BlankNodeIDEvent Constructor (String, String)

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
)

Parameters

identifier
Type: SystemString
Node ID for the Blank Node.
sourceXml
Type: SystemString
Source XML.
See Also