Click or drag to resize

IGraphGetUriNode Method (String)

Selects the Uri Node with the given QName if it exists in the Graph, returns null otherwise.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IUriNode GetUriNode(
	string qname
)

Parameters

qname
Type: SystemString
QName.

Return Value

Type: IUriNode
The Node if it exists in the Graph or null.
See Also