The CreateXmlDeclaration method creates a default XML declaration element from the specified target.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static void CreateXmlDeclaration(
NBElement target
)
public static void CreateXmlDeclaration(
NBElement target
)
Public Shared Sub CreateXmlDeclaration (
target As NBElement
)
Public Shared Sub CreateXmlDeclaration (
target As NBElement
)
public:
static void CreateXmlDeclaration(
NBElement^ target
)
public:
static void CreateXmlDeclaration(
NBElement^ target
)
static member CreateXmlDeclaration :
target : NBElement -> unit
static member CreateXmlDeclaration :
target : NBElement -> unit