ztfy/utils/tal/interfaces.py
changeset 52 6a542c8e1b96
parent 30 3c237f16b603
child 58 a2b74dda721b
equal deleted inserted replaced
51:c032ae51be17 52:6a542c8e1b96
    48 
    48 
    49 
    49 
    50 class IHTMLTalesAPI(Interface):
    50 class IHTMLTalesAPI(Interface):
    51     """'html' TALES namespace interface"""
    51     """'html' TALES namespace interface"""
    52 
    52 
       
    53     def renderer():
       
    54         """Get text to HTML renderer"""
       
    55 
    53     def totext():
    56     def totext():
    54         """Convert adapted HTML content to text"""
    57         """Convert adapted HTML content to text"""
    55 
    58 
    56     def text():
    59     def text():
    57         """Convert adapted text to HTML"""
    60         """Convert adapted text to HTML"""