Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
XMLDocument | function | public | version 1.0 | no |
public function XMLDocument(); |
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. |
var document=new XMLDocument(owner); |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |