|
Rabbit 1.1 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
The XmlMap constructor.
| Class Summary | |
| XmlMap | A simple HopObject-based, XML-powered property manager. |
// // Copyright (c) 2006 Tobi Schäfer // Alle Rechte vorbehalten. All rights reserved. // // $Revision$ // $LastChangedBy$ // $LastChangedDate$ // $HeadURL$ // /** * @fileoverview The XmlMap constructor. */ /** * Constructs a new XmlMap instance. * @class A simple HopObject-based, XML-powered property manager. * Its properties are handled as XML elements containing * the corresponding XML-encoded values. * @constructor * @extends HopObject */ function XmlMap() { return this; }
|
Rabbit 1.1 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||