class documentation
        
        class TaggedOutput(ContentsOutput): (source)
Outputs an HTML tag surrounding the contents.
| Method | checktag | 
    Check that the tag is valid. | 
| Method | close | 
    Get closing line. | 
| Method | gethtml | 
    Return the HTML code. | 
| Method | open | 
    Get opening line. | 
| Method | selfclosing | 
    Get self-closing line. | 
| Method | setbreaklines | 
    Set the value for breaklines. | 
| Method | settag | 
    Set the value for the tag and other attributes. | 
| Instance Variable | breaklines | 
    Undocumented | 
| Instance Variable | empty | 
    Undocumented | 
| Instance Variable | tag | 
    Undocumented | 
              Inherited from ContainerOutput (via ContentsOutput):
            
| Method | isempty | 
    Decide if the output is empty: by default, not empty. |