| Wraps an
org.w3c.dom.Document to be certainly serializable (and cloneable). If it is not by itself (IIRC
the Xerces implementation is serializable), then this class serializes to a stringification.
This can be used if a Serializable class needs an Document member. Choose for a
DocumentSerializable member in stead, and use
DocumentSerializable.getDocument .
author: Michiel Meeuwissen version: $Id: DocumentSerializable.java,v 1.6 2007/08/02 10:00:54 michiel Exp $ since: MMBase-1.8 |