| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
WikiElement --+
|
InlineElement --+
|
Image
Processes image elements.
>>> img = Image('img',('{{','}}'),[], delimiter='|') >>> mo = img.regexp.search('{{ picture.jpg | An image of a house }}') >>> img._build(mo,{}).generate().render() '<img src="picture.jpg" alt="An image of a house"/>'
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from InlineElement | |||
|---|---|---|---|
|
|||
|
|||
| Inherited from WikiElement | |||
|
|||
|
|||
| Inherited from WikiElement | |||
|---|---|---|---|
append_newline = FalseDetermines if newlines are appended to Element(s) during processing. |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor for WikiElement objects. Subclasses may have other keyword arguments.
|
Returns a genshi Element that has self.tag as the outermost tag. This methods if called exclusively by _process
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat May 31 01:15:29 2008 | http://epydoc.sourceforge.net |