CellML Discussion List

Text archives Help


[cellml-discussion] Proposed CellML API Change: Exposing arbitrary serialisation on CellMLBootstrap


Chronological Thread 
  • From: ak.miller at auckland.ac.nz (Andrew Miller)
  • Subject: [cellml-discussion] Proposed CellML API Change: Exposing arbitrary serialisation on CellMLBootstrap
  • Date: Wed, 06 Sep 2006 14:15:45 +1200

Andrew Miller wrote:
> Hi all,
>
> Is there any objection to changing interface CellMLBootstrap to add a
> method allowing serialisation of arbitrary DOM nodes (including
> documents, but elements could also be serialised if only a fragment is
> required)?
>
> I propose the following be added to the end of interface CellMLBootstrap:
>
> /**
> * Serialises a DOM node into a string. The serialised node must have
> * originated from the locally hosted DOM implementation.
> * @param node The DOM node to serialise.
> * @return The node, as a serialised string.
> */
> dom::DOMString serialiseNode(dom::Node node);
>
Of course, that should have been
dom::DOMString serialiseNode(in dom::Node node);

Best regards,
Andrew Miller





Archive powered by MHonArc 2.6.18.

Top of page