Public Member Functions | |
__init__ (self) | |
push (self, tag, attrs) | |
pop (self) | |
stackparent (self) | |
rfindattr (self, attr) | |
Find a tag with the given attribute. | |
count_tags (self, tag) | |
Public Attributes | |
stack | |
Definition at line 290 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.__init__ | ( | self | ) |
Definition at line 291 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.count_tags | ( | self, | |
tag | |||
) |
Definition at line 311 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.pop | ( | self | ) |
Definition at line 297 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.push | ( | self, | |
tag, | |||
attrs | |||
) |
Definition at line 294 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.rfindattr | ( | self, | |
attr | |||
) |
Find a tag with the given attribute.
Definition at line 306 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.stackparent | ( | self | ) |
Definition at line 301 of file odf2xhtml.py.
odf.odf2xhtml.TagStack.stack |
Definition at line 292 of file odf2xhtml.py.