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: 446 $
// $LastChangedBy: tobi $
// $LastChangedDate: 2007-02-15 20:59:15 +0100 (Thu, 15 Feb 2007) $
// $HeadURL: http://p3k.org/source/rabbit/trunk/docs/overview-summary-.jsdoc_XmlMap.js.html $
//

/**
 * @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