XmlSpecsHelperGetCompatibleSupportedDataType Method (INode, INode) |
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:
Syntaxpublic static string GetCompatibleSupportedDataType(
INode x,
INode y
)
Public Shared Function GetCompatibleSupportedDataType (
x As INode,
y As INode
) As String
Parameters
- x
- Type: VDS.RDFINode
A Node. - y
- Type: VDS.RDFINode
A Node.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Parsing.XmlSpecsHelper.GetCompatibleSupportedDataType(VDS.RDF.INode,VDS.RDF.INode)"]
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