| Trees | Indices | Help |
|
|---|
|
|
This class encapsulates the file description element in the header
Example of usage:
######################################################
obj = KafNafParser('examples/entity_example.naf')
header = obj.get_header()
my_file_desc = header.get_fileDesc()
if my_file_desc is None:
#Create a new one
my_file_desc = CfileDesc()
header.set_fileDesc(my_file_desc)
#Modify the attributes
my_file_desc.set_title('my new title')
#Dump the object to a new file (or the changes will not be changed)
obj.dump()
######################################################
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Constructor of the object
|
Returne the author
|
Returns the creation time
|
Returns the filename
|
Returns the filetype
|
Returns the location
|
Returns the magazine
|
Returns the pages
|
Returns the publisher
|
Returns the section
|
Returns the title
|
Sets the author
|
Sets the creation time
|
Sets the filename
|
Sets the filetype
|
Sets the location
|
Sets the magazine
|
Sets the pages
|
Sets the publisher
|
Sets the section
|
Sets the title
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 10 15:24:26 2016 | http://epydoc.sourceforge.net |