Click or drag to resize

InscopeNamespaceMap Class

The InscopeNamespaceMap class maps XML namespace prefixes to their namespace URIs.
Inheritance Hierarchy
SystemObject
  Altova.RaptorXml.XmlInscopeNamespaceMap

Namespace:  Altova.RaptorXml.Xml
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class InscopeNamespaceMap : IDisposable, 
	IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, 
	IEnumerable<KeyValuePair<string, string>>, IEnumerable

The InscopeNamespaceMap type exposes the following members.

Constructors
  NameDescription
Public methodInscopeNamespaceMap
Initializes a new instance of the InscopeNamespaceMap class
Public methodInscopeNamespaceMap(InscopeNamespaceMap)
Initializes a new instance of the InscopeNamespaceMap class
Top
Properties
Methods
  NameDescription
Public methodAdd(KeyValuePairString, String)
Public methodAdd(String, String)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo(KeyValuePairString, String)
Public methodCopyTo(KeyValuePairString, String, Int32)
Public methodDispose
Releases all resources used by the InscopeNamespaceMap
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, String)
Public methodRemove(String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Top
See Also