Home | Trees | Indices | Help |
|
---|
|
The module contains common methods to access DOM tree.
Author: Vili Auvinen, Olli Kauppinen, Juho Tammela
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ = None
|
|
Returns recursively all the text content from the given element. The function can be used both in, odt_inspector and docx_inspector modules.
|
Return recursively all the attribute's content from the given element and it's children. The function can be used both in, odt_inspector and docx_inspector modules.
|
Check if given element contains given string. Encode to utf-8.
|
Checks if the element contains an e-mail address. @-char is identifier.
|
Gets elements all descendants.
|
Checks if the element have the given parentTag as parent
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 21 17:30:07 2011 | http://epydoc.sourceforge.net |