Extract headings from content.xml of an ODT file.
More...
Extract headings from content.xml of an ODT file.
Definition at line 43 of file load.py.
◆ __init__()
def odf.load.LoadParser.__init__ |
( |
|
self, |
|
|
|
document |
|
) |
| |
◆ characters()
def odf.load.LoadParser.characters |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ endElementNS()
def odf.load.LoadParser.endElementNS |
( |
|
self, |
|
|
|
tag, |
|
|
|
qname |
|
) |
| |
◆ startElementNS()
def odf.load.LoadParser.startElementNS |
( |
|
self, |
|
|
|
tag, |
|
|
|
qname, |
|
|
|
attrs |
|
) |
| |
◆ curr
◆ data
◆ doc
◆ level
odf.load.LoadParser.level |
◆ parent
odf.load.LoadParser.parent |
◆ parse
odf.load.LoadParser.parse |
◆ triggers
tuple odf.load.LoadParser.triggers |
|
static |
Initial value:= (
(OFFICENS, 'automatic-styles'), (OFFICENS, 'body'),
(OFFICENS, 'font-face-decls'), (OFFICENS, 'master-styles'),
(OFFICENS, 'meta'), (OFFICENS, 'scripts'),
(OFFICENS, 'settings'), (OFFICENS, 'styles') )
Definition at line 44 of file load.py.
The documentation for this class was generated from the following file: