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