Package gluon :: Module html :: Class XmlComponent
[hide private]
[frames] | no frames]

Class XmlComponent

source code

object --+
         |
        XmlComponent
Known Subclasses:

Abstract root for all Html components

Instance Methods [hide private]
 
xml(self) source code
 
__mul__(self, n) source code
 
__add__(self, other) source code
 
add_class(self, name)
add a class to _class attribute
source code
 
remove_class(self, name)
remove a class from _class attribute
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__