Go to the documentation of this file.
   21 from namespaces 
import DCNS
 
   22 from element 
import Element
 
   26     return Element(qname = (DCNS,
'creator'), **args)
 
   29     return Element(qname = (DCNS,
'date'), **args)
 
   32     return Element(qname = (DCNS,
'description'), **args)
 
   35     return Element(qname = (DCNS,
'language'), **args)
 
   38     return Element(qname = (DCNS,
'subject'), **args)
 
   41     return Element(qname = (DCNS,
'title'), **args)