XMLDocument.Create


public function Create

Prototype:

public function Create()

Description:

Initializes the XML document. This must be called if you want to create a document from scratch (without using the Load or LoadString methods). Must be called immediately after the constructor, if no load operations will be performed.

Return value:

Returns null.