NBParsers XMLNSC CreateXmlDeclaration Method (NBElement, String, String, String)IBM Integration Bus
The CreateXmlDeclaration method creates an XML declaration element from the specified target, version, encoding and standalone.

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

public static void CreateXmlDeclaration(
	NBElement target,
	string version,
	string encoding,
	string standalone
)
See Also