ODFPY  1.2.0
odf.odfmanifest Namespace Reference

Classes

class  ODFManifestHandler
 The ODFManifestHandler parses a manifest file and produces a list of content. More...
 

Functions

def manifestlist (manifestxml)
 
def odfmanifest (odtfile)
 

Variables

string MANIFESTNS = "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"
 
def result = odfmanifest(sys.argv[1])
 

Function Documentation

◆ manifestlist()

def odf.odfmanifest.manifestlist (   manifestxml)

Definition at line 96 of file odfmanifest.py.

Here is the caller graph for this function:

◆ odfmanifest()

def odf.odfmanifest.odfmanifest (   odtfile)

Definition at line 111 of file odfmanifest.py.

Here is the call graph for this function:

Variable Documentation

◆ MANIFESTNS

string odf.odfmanifest.MANIFESTNS = "urn:oasis:names:tc:opendocument:xmlns:manifest:1.0"

Definition at line 33 of file odfmanifest.py.

◆ result

def odf.odfmanifest.result = odfmanifest(sys.argv[1])

Definition at line 119 of file odfmanifest.py.