Package common :: Package ureports :: Module nodes :: Class Text
[frames] | no frames]

Class Text

source code

logilab.common.tree.VNode --+    
                            |    
                BaseComponent --+
                                |
                               Text

a text portion

attributes :
* BaseComponent attributes
* data : the text value as an encoded or unicode string

Instance Methods
 
__init__(self, data, escaped=True, **kwargs) source code
Method Details

__init__(self, data, escaped=True, **kwargs)
(Constructor)

source code 
Overrides: BaseComponent.__init__