class documentation

class TaggedOutput(ContentsOutput):

View In Hierarchy

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.
def checktag(self, container):
Check that the tag is valid.
def close(self, container):
Get closing line.
def gethtml(self, container):
def open(self, container):
Get opening line.
def selfclosing(self, container):
Get self-closing line.
def setbreaklines(self, breaklines):
Set the value for breaklines.
def settag(self, tag, breaklines=False, empty=False):
Set the value for the tag and other attributes.
breaklines =

Undocumented

empty =

Undocumented

tag =

Undocumented