BaseGraphGetUriNode Method (String) |
Returns the UriNode with the given QName if it exists.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract IUriNode GetUriNode(
string qname
)
Public MustOverride Function GetUriNode (
qname As String
) As IUriNode
Parameters
- qname
- Type: SystemString
The QName of the Node to select.
Return Value
Type:
IUriNode[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.GetUriNode(System.String)"]
Implements
IGraphGetUriNode(String)See Also