NAME

DOM.Insert

DESCRIPTION

This provides the basis for a powerful way to insert arbitrary HTML into an arbitrary point in a DOM tree.

STATIC CLASSES

These are classes that are not instantiable, but instead provide a useful set of operations. (In Javascript terms, they do not provide a prototype member, so you cannot call new() upon them.)

DOM.Insert

This is the base class for the DOM.Insert.* hierarchy. It provides an intialize() method ithat does all the useful work, using attributes and methods provided by the inheriting class. This class is NOT instantiable directly!

The constructor takes two parameters:

The constructor expects that any child class will implement the following attributes and methods:

DEPENDENCIES

This requires JSAN, Class, and DOM.Utils to be installed.

SUPPORT

Currently, there is no mailing list or IRC channel. Please send bug reports and patches to the author.

AUTHOR

Rob Kinyon (rob.kinyon@iinteractive.com)

Originally written by Sam Stephenson (sam@conio.net)

My time is generously donated by Infinity Interactive, Inc. http://www.iinteractive.com

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 65:

=back doesn't take any parameters, but you said =back 4