Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
XMLDocument
.XMLDocument
public function
XMLDocument
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.
Return value:
This is a constructor and returns nothing.
Example
var document=new XMLDocument(owner);