Click or drag to resize

Tools Methods

The Tools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombineHashCodes
Does a quick and simple combination of the Hash Codes of two Objects.
Public methodStatic memberCopyNode(INode, IGraph)
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Public methodStatic memberCopyNode(INode, INodeFactory)
Copies a Node using another Node Factory.
Public methodStatic memberCopyNode(INode, IGraph, Boolean)
Copies a Node so it can be used in another Graph since by default Triples cannot contain Nodes from more than one Graph.
Public methodStatic memberCopyTriple(Triple, IGraph)
Copies a Triple from one Graph to another.
Public methodStatic memberCopyTriple(Triple, IGraph, Boolean)
Copies a Triple from one Graph to another.
Public methodStatic memberHttpDebugRequest
Prints Debugging Output to the Console Standard Out for a HTTP Web Request.
Public methodStatic memberHttpDebugResponse
Prints Debugging Output to the Console Standard Out for a HTTP Web Response.
Public methodStatic memberIsValidBaseUri
Checks whether a Uri is valid as a Base Uri for resolving Relative URIs against.
Public methodStatic memberResolveQName(String, INamespaceMapper, Uri)
Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.
Public methodStatic memberResolveQName(String, INamespaceMapper, Uri, Boolean)
Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.
Public methodStatic memberResolveUri(String, String)
Generic Helper Function which Resolves Uri References against a Base Uri.
Public methodStatic memberResolveUri(Uri, Uri)
Generic Helper Function which Resolves Uri References against a Base Uri.
Public methodStatic memberResolveUriOrQName
Resolves a QName/Uri into a Uri using the Namespace Mapper and Base Uri provided.
Public methodStatic memberStripUriFragment
Returns a URI with any Fragment ID removed from it.
Top
See Also