Package twisted :: Package persisted :: Module marmalade :: Class DOMUnjellier
[show private | hide private]
[frames | no frames]

Class DOMUnjellier


Method Summary
  __init__(self)
  unjelly(self, doc)
  unjellyAttribute(self, instance, attrName, valueNode)
Utility method for unjellying into instances of attributes.
  unjellyInto(self, obj, loc, node)
Utility method for unjellying one object into another.
  unjellyLater(self, node)
Unjelly a node, later.
  unjellyNode(self, node)

Method Details

unjellyAttribute(self, instance, attrName, valueNode)

Utility method for unjellying into instances of attributes.

Use this rather than unjellyNode unless you like surprising bugs! Alternatively, you can use unjellyInto on your instance's __dict__.

unjellyInto(self, obj, loc, node)

Utility method for unjellying one object into another.

This automates the handling of backreferences.

unjellyLater(self, node)

Unjelly a node, later.

Generated by Epydoc 1.1 on Fri Jun 27 03:48:23 2003 http://epydoc.sf.net