Package glue :: Module markup :: Class element
[hide private]
[frames] | no frames]

Class element

source code

This class handles the addition of a new element.

Instance Methods [hide private]
 
__call__(self, *args, **kwargs) source code
 
__init__(self, tag, case='lower', parent=None) source code
 
close(self)
Append a closing tag unless element has only opening tag.
source code
 
open(self, **kwargs)
Append an opening tag.
source code
 
render(self, tag, single, between, kwargs)
Append the actual tags to content.
source code