Home | Trees | Indices | Help |
|
---|
|
A very simple DOM-like representation for parsed epytext documents.
Each epytext document is encoded as a tree whose nodes are Element
objects, and whose leaves are string
s. Each node is marked
by a tag and zero or more attributes. Each attribute is a
mapping from a string key to a string value.
|
|||
|
|||
|
|||
|
|
Return a string representation of this element, using XML notation. Bug: Doesn't escape '<' or '&' or '>'. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 13 23:52:08 2008 | http://epydoc.sourceforge.net |