NBParsers XMLNSC CreateDoubleNamespaceDeclaration Method IBM Integration Bus
The CreateDoubleNamespaceDeclaration method creates a double namespace declaration element from the specified target, prefix and space.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public static void CreateDoubleNamespaceDeclaration(
	NBElement target,
	string prefix,
	string space
)
See Also