NBParsers XMLNSC CreateSingleNamespaceDeclaration Method IBM Integration Bus
The CreateSingleNamespaceDeclaration method creates a single 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 CreateSingleNamespaceDeclaration(
	NBElement target,
	string prefix,
	string space
)
See Also