WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
CreateXmlDeclaration Method (target, version, encoding, standalone)
NamespacesIBM.Broker.PluginNBParsers..::..XMLNSCCreateXmlDeclaration(NBElement, String, String, String)
SUMMARY
The CreateXmlDeclaration method creates an XML declaration element from the specified target, version, encoding and standalone.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void CreateXmlDeclaration(
	NBElement target,
	string version,
	string encoding,
	string standalone
)
Public Shared Sub CreateXmlDeclaration ( _
	target As NBElement, _
	version As String, _
	encoding As String, _
	standalone As String _
)
public:
static void CreateXmlDeclaration(
	NBElement^ target, 
	String^ version, 
	String^ encoding, 
	String^ standalone
)
static member CreateXmlDeclaration : 
        target:NBElement * 
        version:string * 
        encoding:string * 
        standalone:string -> unit 
Parameters
target (NBElement)
version (String)
encoding (String)
standalone (String)

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0