Rabbit 1.1

.jsdoc/XmlMap.js

Summary

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

Documentation generated by JSDoc on Thu Feb 15 20:58:41 2007