Click or drag to resize

XmlSpecsHelperGetCompatibleSupportedDataType Method (INode, INode, Boolean)

Gets the Compatible Supported Data Type assuming the two Nodes are Literals with support types and that those types are compatible.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetCompatibleSupportedDataType(
	INode x,
	INode y,
	bool widen
)

Parameters

x
Type: VDS.RDFINode
A Node.
y
Type: VDS.RDFINode
A Node.
widen
Type: SystemBoolean
Whether the compatible type should be the wider type.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.GetCompatibleSupportedDataType(VDS.RDF.INode,VDS.RDF.INode,System.Boolean)"]

Remarks

Currently this is only immplemented sufficiently for the types it needs to know are compatible for implementing SPARQL equality and ordering semantics.

See Also