Class ThreadSafeQNameOutputMapper
Thread Safe version of the QNameOutputMapper.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class ThreadSafeQNameOutputMapper : QNameOutputMapper, INamespaceMapper, IDisposable
Constructors
| Improve this Doc View SourceThreadSafeQNameOutputMapper(INamespaceMapper)
Creates a new Thread Safe QName Output Mapper.
Declaration
public ThreadSafeQNameOutputMapper(INamespaceMapper nsmapper)
Parameters
Type | Name | Description |
---|---|---|
INamespaceMapper | nsmapper | Namespace Mapper. |
Methods
| Improve this Doc View SourceAddNamespace(String, Uri)
Adds a Namespace to the QName Output Mapper.
Declaration
public override void AddNamespace(string prefix, Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | Prefix. |
System.Uri | uri | Namespace URI. |
Overrides
| Improve this Doc View SourceAddToCache(String, QNameMapping)
Adds a QName Mapping to the Cache in a Thread Safe way.
Declaration
protected override void AddToCache(string key, QNameMapping value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Key. |
QNameMapping | value | Value. |
Overrides
Implements
System.IDisposable