Concept Framework 2.0 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: Fri Jan 21 18:06:17 2011 GMT(c)2011 RadGs Software