Tools Methods | 
The Tools type exposes the following members.
| Name | Description | |
|---|---|---|
| CombineHashCodes | 
            Does a quick and simple combination of the Hash Codes of two Objects.
              | |
| CopyNode(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.
              | |
| CopyNode(INode, INodeFactory) | 
            Copies a Node using another Node Factory.
              | |
| CopyNode(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.
              | |
| CopyTriple(Triple, IGraph) | 
            Copies a Triple from one Graph to another.
              | |
| CopyTriple(Triple, IGraph, Boolean) | 
            Copies a Triple from one Graph to another.
              | |
| HttpDebugRequest | 
            Prints Debugging Output to the Console Standard Out for a HTTP Web Request.
              | |
| HttpDebugResponse | 
            Prints Debugging Output to the Console Standard Out for a HTTP Web Response.
              | |
| IsValidBaseUri | 
            Checks whether a Uri is valid as a Base Uri for resolving Relative URIs against.
              | |
| ResolveQName(String, INamespaceMapper, Uri) | 
            Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.
              | |
| ResolveQName(String, INamespaceMapper, Uri, Boolean) | 
            Resolves a QName into a Uri using the Namespace Mapper and Base Uri provided.
              | |
| ResolveUri(String, String) | 
            Generic Helper Function which Resolves Uri References against a Base Uri.
              | |
| ResolveUri(Uri, Uri) | 
            Generic Helper Function which Resolves Uri References against a Base Uri.
              | |
| ResolveUriOrQName | 
            Resolves a QName/Uri into a Uri using the Namespace Mapper and Base Uri provided.
              | |
| StripUriFragment | 
            Returns a URI with any Fragment ID removed from it.
              |