Concept Framework 1.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: Thu Oct 15 20:02:01 2009 GMT(c)2009 RadGs Software