Concept Framework 2.2 documentation Contents | Index

XMLDocument.XMLDocument

Name Type Access Version Deprecated
XMLDocument function public version 1.0 no

Prototype:
public function XMLDocument();


Description:
The standard constructor. After creating an XMLDocument, you must call Load or LoadString to fill the document, or Create for create a new one. If none of those methods is called, the document can't be used.

Example:
		var document=new XMLDocument(owner);

Returns:
This is a constructor and returns nothing.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT(c)2013 Devronium Applications