Package src :: Package inspectors :: Module mso_meta_inspector
[hide private]
[frames] | no frames]

Module mso_meta_inspector

source code

The module is for getting Microsoft Office file formats' docx, pptx, and xlsx meta informations. The module is not currently used, but it will be in future development.


Author: Juho Tammela

Functions [hide private]
 
getElementValue(elementTagName, coreXml)
Returns the text content of the given element.
source code
 
getCreator(coreXml)
Return the creator of the document.
source code
 
getLastModifier(coreXml)
Return the last modifier
source code
 
getCreateDate(coreXml) source code
 
getLastModifiedDate(coreXml) source code
 
getRevision(coreXml) source code
Variables [hide private]
  __package__ = 'src.inspectors'
Function Details [hide private]

getElementValue(elementTagName, coreXml)

source code 

Returns the text content of the given element.

elementTagName -- the tag name of the element.

Returns:
Thetext content of the element. If no text content is found, returns the error message.