home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2113 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  32.6 KB  |  723 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import TEXTNS
  5. from element import Element
  6. from style import StyleElement
  7.  
  8. def A(**args):
  9.     return Element(qname = (TEXTNS, 'a'), **args)
  10.  
  11.  
  12. def AlphabeticalIndex(**args):
  13.     return Element(qname = (TEXTNS, 'alphabetical-index'), **args)
  14.  
  15.  
  16. def AlphabeticalIndexAutoMarkFile(**args):
  17.     return Element(qname = (TEXTNS, 'alphabetical-index-auto-mark-file'), **args)
  18.  
  19.  
  20. def AlphabeticalIndexEntryTemplate(**args):
  21.     return Element(qname = (TEXTNS, 'alphabetical-index-entry-template'), **args)
  22.  
  23.  
  24. def AlphabeticalIndexMark(**args):
  25.     return Element(qname = (TEXTNS, 'alphabetical-index-mark'), **args)
  26.  
  27.  
  28. def AlphabeticalIndexMarkEnd(**args):
  29.     return Element(qname = (TEXTNS, 'alphabetical-index-mark-end'), **args)
  30.  
  31.  
  32. def AlphabeticalIndexMarkStart(**args):
  33.     return Element(qname = (TEXTNS, 'alphabetical-index-mark-start'), **args)
  34.  
  35.  
  36. def AlphabeticalIndexSource(**args):
  37.     return Element(qname = (TEXTNS, 'alphabetical-index-source'), **args)
  38.  
  39.  
  40. def AuthorInitials(**args):
  41.     return Element(qname = (TEXTNS, 'author-initials'), **args)
  42.  
  43.  
  44. def AuthorName(**args):
  45.     return Element(qname = (TEXTNS, 'author-name'), **args)
  46.  
  47.  
  48. def Bibliography(**args):
  49.     return Element(qname = (TEXTNS, 'bibliography'), **args)
  50.  
  51.  
  52. def BibliographyConfiguration(**args):
  53.     return Element(qname = (TEXTNS, 'bibliography-configuration'), **args)
  54.  
  55.  
  56. def BibliographyEntryTemplate(**args):
  57.     return Element(qname = (TEXTNS, 'bibliography-entry-template'), **args)
  58.  
  59.  
  60. def BibliographyMark(**args):
  61.     return Element(qname = (TEXTNS, 'bibliography-mark'), **args)
  62.  
  63.  
  64. def BibliographySource(**args):
  65.     return Element(qname = (TEXTNS, 'bibliography-source'), **args)
  66.  
  67.  
  68. def Bookmark(**args):
  69.     return Element(qname = (TEXTNS, 'bookmark'), **args)
  70.  
  71.  
  72. def BookmarkEnd(**args):
  73.     return Element(qname = (TEXTNS, 'bookmark-end'), **args)
  74.  
  75.  
  76. def BookmarkRef(**args):
  77.     return Element(qname = (TEXTNS, 'bookmark-ref'), **args)
  78.  
  79.  
  80. def BookmarkStart(**args):
  81.     return Element(qname = (TEXTNS, 'bookmark-start'), **args)
  82.  
  83.  
  84. def Change(**args):
  85.     return Element(qname = (TEXTNS, 'change'), **args)
  86.  
  87.  
  88. def ChangeEnd(**args):
  89.     return Element(qname = (TEXTNS, 'change-end'), **args)
  90.  
  91.  
  92. def ChangeStart(**args):
  93.     return Element(qname = (TEXTNS, 'change-start'), **args)
  94.  
  95.  
  96. def ChangedRegion(**args):
  97.     return Element(qname = (TEXTNS, 'changed-region'), **args)
  98.  
  99.  
  100. def Chapter(**args):
  101.     return Element(qname = (TEXTNS, 'chapter'), **args)
  102.  
  103.  
  104. def CharacterCount(**args):
  105.     return Element(qname = (TEXTNS, 'character-count'), **args)
  106.  
  107.  
  108. def ConditionalText(**args):
  109.     return Element(qname = (TEXTNS, 'conditional-text'), **args)
  110.  
  111.  
  112. def CreationDate(**args):
  113.     return Element(qname = (TEXTNS, 'creation-date'), **args)
  114.  
  115.  
  116. def CreationTime(**args):
  117.     return Element(qname = (TEXTNS, 'creation-time'), **args)
  118.  
  119.  
  120. def Creator(**args):
  121.     return Element(qname = (TEXTNS, 'creator'), **args)
  122.  
  123.  
  124. def DatabaseDisplay(**args):
  125.     return Element(qname = (TEXTNS, 'database-display'), **args)
  126.  
  127.  
  128. def DatabaseName(**args):
  129.     return Element(qname = (TEXTNS, 'database-name'), **args)
  130.  
  131.  
  132. def DatabaseNext(**args):
  133.     return Element(qname = (TEXTNS, 'database-next'), **args)
  134.  
  135.  
  136. def DatabaseRowNumber(**args):
  137.     return Element(qname = (TEXTNS, 'database-row-number'), **args)
  138.  
  139.  
  140. def DatabaseRowSelect(**args):
  141.     return Element(qname = (TEXTNS, 'database-row-select'), **args)
  142.  
  143.  
  144. def Date(**args):
  145.     return Element(qname = (TEXTNS, 'date'), **args)
  146.  
  147.  
  148. def DdeConnection(**args):
  149.     return Element(qname = (TEXTNS, 'dde-connection'), **args)
  150.  
  151.  
  152. def DdeConnectionDecl(**args):
  153.     return Element(qname = (TEXTNS, 'dde-connection-decl'), **args)
  154.  
  155.  
  156. def DdeConnectionDecls(**args):
  157.     return Element(qname = (TEXTNS, 'dde-connection-decls'), **args)
  158.  
  159.  
  160. def Deletion(**args):
  161.     return Element(qname = (TEXTNS, 'deletion'), **args)
  162.  
  163.  
  164. def Description(**args):
  165.     return Element(qname = (TEXTNS, 'description'), **args)
  166.  
  167.  
  168. def EditingCycles(**args):
  169.     return Element(qname = (TEXTNS, 'editing-cycles'), **args)
  170.  
  171.  
  172. def EditingDuration(**args):
  173.     return Element(qname = (TEXTNS, 'editing-duration'), **args)
  174.  
  175.  
  176. def ExecuteMacro(**args):
  177.     return Element(qname = (TEXTNS, 'execute-macro'), **args)
  178.  
  179.  
  180. def Expression(**args):
  181.     return Element(qname = (TEXTNS, 'expression'), **args)
  182.  
  183.  
  184. def FileName(**args):
  185.     return Element(qname = (TEXTNS, 'file-name'), **args)
  186.  
  187.  
  188. def FormatChange(**args):
  189.     return Element(qname = (TEXTNS, 'format-change'), **args)
  190.  
  191.  
  192. def H(**args):
  193.     return Element(qname = (TEXTNS, 'h'), **args)
  194.  
  195.  
  196. def HiddenParagraph(**args):
  197.     return Element(qname = (TEXTNS, 'hidden-paragraph'), **args)
  198.  
  199.  
  200. def HiddenText(**args):
  201.     return Element(qname = (TEXTNS, 'hidden-text'), **args)
  202.  
  203.  
  204. def IllustrationIndex(**args):
  205.     return Element(qname = (TEXTNS, 'illustration-index'), **args)
  206.  
  207.  
  208. def IllustrationIndexEntryTemplate(**args):
  209.     return Element(qname = (TEXTNS, 'illustration-index-entry-template'), **args)
  210.  
  211.  
  212. def IllustrationIndexSource(**args):
  213.     return Element(qname = (TEXTNS, 'illustration-index-source'), **args)
  214.  
  215.  
  216. def ImageCount(**args):
  217.     return Element(qname = (TEXTNS, 'image-count'), **args)
  218.  
  219.  
  220. def IndexBody(**args):
  221.     return Element(qname = (TEXTNS, 'index-body'), **args)
  222.  
  223.  
  224. def IndexEntryBibliography(**args):
  225.     return Element(qname = (TEXTNS, 'index-entry-bibliography'), **args)
  226.  
  227.  
  228. def IndexEntryChapter(**args):
  229.     return Element(qname = (TEXTNS, 'index-entry-chapter'), **args)
  230.  
  231.  
  232. def IndexEntryLinkEnd(**args):
  233.     return Element(qname = (TEXTNS, 'index-entry-link-end'), **args)
  234.  
  235.  
  236. def IndexEntryLinkStart(**args):
  237.     return Element(qname = (TEXTNS, 'index-entry-link-start'), **args)
  238.  
  239.  
  240. def IndexEntryPageNumber(**args):
  241.     return Element(qname = (TEXTNS, 'index-entry-page-number'), **args)
  242.  
  243.  
  244. def IndexEntrySpan(**args):
  245.     return Element(qname = (TEXTNS, 'index-entry-span'), **args)
  246.  
  247.  
  248. def IndexEntryTabStop(**args):
  249.     return Element(qname = (TEXTNS, 'index-entry-tab-stop'), **args)
  250.  
  251.  
  252. def IndexEntryText(**args):
  253.     return Element(qname = (TEXTNS, 'index-entry-text'), **args)
  254.  
  255.  
  256. def IndexSourceStyle(**args):
  257.     return Element(qname = (TEXTNS, 'index-source-style'), **args)
  258.  
  259.  
  260. def IndexSourceStyles(**args):
  261.     return Element(qname = (TEXTNS, 'index-source-styles'), **args)
  262.  
  263.  
  264. def IndexTitle(**args):
  265.     return Element(qname = (TEXTNS, 'index-title'), **args)
  266.  
  267.  
  268. def IndexTitleTemplate(**args):
  269.     return Element(qname = (TEXTNS, 'index-title-template'), **args)
  270.  
  271.  
  272. def InitialCreator(**args):
  273.     return Element(qname = (TEXTNS, 'initial-creator'), **args)
  274.  
  275.  
  276. def Insertion(**args):
  277.     return Element(qname = (TEXTNS, 'insertion'), **args)
  278.  
  279.  
  280. def Keywords(**args):
  281.     return Element(qname = (TEXTNS, 'keywords'), **args)
  282.  
  283.  
  284. def LineBreak(**args):
  285.     return Element(qname = (TEXTNS, 'line-break'), **args)
  286.  
  287.  
  288. def LinenumberingConfiguration(**args):
  289.     return Element(qname = (TEXTNS, 'linenumbering-configuration'), **args)
  290.  
  291.  
  292. def LinenumberingSeparator(**args):
  293.     return Element(qname = (TEXTNS, 'linenumbering-separator'), **args)
  294.  
  295.  
  296. def List(**args):
  297.     return Element(qname = (TEXTNS, 'list'), **args)
  298.  
  299.  
  300. def ListHeader(**args):
  301.     return Element(qname = (TEXTNS, 'list-header'), **args)
  302.  
  303.  
  304. def ListItem(**args):
  305.     return Element(qname = (TEXTNS, 'list-item'), **args)
  306.  
  307.  
  308. def ListLevelStyleBullet(**args):
  309.     return Element(qname = (TEXTNS, 'list-level-style-bullet'), **args)
  310.  
  311.  
  312. def ListLevelStyleImage(**args):
  313.     return Element(qname = (TEXTNS, 'list-level-style-image'), **args)
  314.  
  315.  
  316. def ListLevelStyleNumber(**args):
  317.     return Element(qname = (TEXTNS, 'list-level-style-number'), **args)
  318.  
  319.  
  320. def ListStyle(**args):
  321.     return StyleElement(qname = (TEXTNS, 'list-style'), **args)
  322.  
  323.  
  324. def Measure(**args):
  325.     return Element(qname = (TEXTNS, 'measure'), **args)
  326.  
  327.  
  328. def ModificationDate(**args):
  329.     return Element(qname = (TEXTNS, 'modification-date'), **args)
  330.  
  331.  
  332. def ModificationTime(**args):
  333.     return Element(qname = (TEXTNS, 'modification-time'), **args)
  334.  
  335.  
  336. def Note(**args):
  337.     return Element(qname = (TEXTNS, 'note'), **args)
  338.  
  339.  
  340. def NoteBody(**args):
  341.     return Element(qname = (TEXTNS, 'note-body'), **args)
  342.  
  343.  
  344. def NoteCitation(**args):
  345.     return Element(qname = (TEXTNS, 'note-citation'), **args)
  346.  
  347.  
  348. def NoteContinuationNoticeBackward(**args):
  349.     return Element(qname = (TEXTNS, 'note-continuation-notice-backward'), **args)
  350.  
  351.  
  352. def NoteContinuationNoticeForward(**args):
  353.     return Element(qname = (TEXTNS, 'note-continuation-notice-forward'), **args)
  354.  
  355.  
  356. def NoteRef(**args):
  357.     return Element(qname = (TEXTNS, 'note-ref'), **args)
  358.  
  359.  
  360. def NotesConfiguration(**args):
  361.     return Element(qname = (TEXTNS, 'notes-configuration'), **args)
  362.  
  363.  
  364. def Number(**args):
  365.     return Element(qname = (TEXTNS, 'number'), **args)
  366.  
  367.  
  368. def NumberedParagraph(**args):
  369.     return Element(qname = (TEXTNS, 'numbered-paragraph'), **args)
  370.  
  371.  
  372. def ObjectCount(**args):
  373.     return Element(qname = (TEXTNS, 'object-count'), **args)
  374.  
  375.  
  376. def ObjectIndex(**args):
  377.     return Element(qname = (TEXTNS, 'object-index'), **args)
  378.  
  379.  
  380. def ObjectIndexEntryTemplate(**args):
  381.     return Element(qname = (TEXTNS, 'object-index-entry-template'), **args)
  382.  
  383.  
  384. def ObjectIndexSource(**args):
  385.     return Element(qname = (TEXTNS, 'object-index-source'), **args)
  386.  
  387.  
  388. def OutlineLevelStyle(**args):
  389.     return Element(qname = (TEXTNS, 'outline-level-style'), **args)
  390.  
  391.  
  392. def OutlineStyle(**args):
  393.     return Element(qname = (TEXTNS, 'outline-style'), **args)
  394.  
  395.  
  396. def P(**args):
  397.     return Element(qname = (TEXTNS, 'p'), **args)
  398.  
  399.  
  400. def Page(**args):
  401.     return Element(qname = (TEXTNS, 'page'), **args)
  402.  
  403.  
  404. def PageContinuation(**args):
  405.     return Element(qname = (TEXTNS, 'page-continuation'), **args)
  406.  
  407.  
  408. def PageCount(**args):
  409.     return Element(qname = (TEXTNS, 'page-count'), **args)
  410.  
  411.  
  412. def PageNumber(**args):
  413.     return Element(qname = (TEXTNS, 'page-number'), **args)
  414.  
  415.  
  416. def PageSequence(**args):
  417.     return Element(qname = (TEXTNS, 'page-sequence'), **args)
  418.  
  419.  
  420. def PageVariableGet(**args):
  421.     return Element(qname = (TEXTNS, 'page-variable-get'), **args)
  422.  
  423.  
  424. def PageVariableSet(**args):
  425.     return Element(qname = (TEXTNS, 'page-variable-set'), **args)
  426.  
  427.  
  428. def ParagraphCount(**args):
  429.     return Element(qname = (TEXTNS, 'paragraph-count'), **args)
  430.  
  431.  
  432. def Placeholder(**args):
  433.     return Element(qname = (TEXTNS, 'placeholder'), **args)
  434.  
  435.  
  436. def PrintDate(**args):
  437.     return Element(qname = (TEXTNS, 'print-date'), **args)
  438.  
  439.  
  440. def PrintTime(**args):
  441.     return Element(qname = (TEXTNS, 'print-time'), **args)
  442.  
  443.  
  444. def PrintedBy(**args):
  445.     return Element(qname = (TEXTNS, 'printed-by'), **args)
  446.  
  447.  
  448. def ReferenceMark(**args):
  449.     return Element(qname = (TEXTNS, 'reference-mark'), **args)
  450.  
  451.  
  452. def ReferenceMarkEnd(**args):
  453.     return Element(qname = (TEXTNS, 'reference-mark-end'), **args)
  454.  
  455.  
  456. def ReferenceMarkStart(**args):
  457.     return Element(qname = (TEXTNS, 'reference-mark-start'), **args)
  458.  
  459.  
  460. def ReferenceRef(**args):
  461.     return Element(qname = (TEXTNS, 'reference-ref'), **args)
  462.  
  463.  
  464. def Ruby(**args):
  465.     return Element(qname = (TEXTNS, 'ruby'), **args)
  466.  
  467.  
  468. def RubyBase(**args):
  469.     return Element(qname = (TEXTNS, 'ruby-base'), **args)
  470.  
  471.  
  472. def RubyText(**args):
  473.     return Element(qname = (TEXTNS, 'ruby-text'), **args)
  474.  
  475.  
  476. def S(**args):
  477.     return Element(qname = (TEXTNS, 's'), **args)
  478.  
  479.  
  480. def Script(**args):
  481.     return Element(qname = (TEXTNS, 'script'), **args)
  482.  
  483.  
  484. def Section(**args):
  485.     return Element(qname = (TEXTNS, 'section'), **args)
  486.  
  487.  
  488. def SectionSource(**args):
  489.     return Element(qname = (TEXTNS, 'section-source'), **args)
  490.  
  491.  
  492. def SenderCity(**args):
  493.     return Element(qname = (TEXTNS, 'sender-city'), **args)
  494.  
  495.  
  496. def SenderCompany(**args):
  497.     return Element(qname = (TEXTNS, 'sender-company'), **args)
  498.  
  499.  
  500. def SenderCountry(**args):
  501.     return Element(qname = (TEXTNS, 'sender-country'), **args)
  502.  
  503.  
  504. def SenderEmail(**args):
  505.     return Element(qname = (TEXTNS, 'sender-email'), **args)
  506.  
  507.  
  508. def SenderFax(**args):
  509.     return Element(qname = (TEXTNS, 'sender-fax'), **args)
  510.  
  511.  
  512. def SenderFirstname(**args):
  513.     return Element(qname = (TEXTNS, 'sender-firstname'), **args)
  514.  
  515.  
  516. def SenderInitials(**args):
  517.     return Element(qname = (TEXTNS, 'sender-initials'), **args)
  518.  
  519.  
  520. def SenderLastname(**args):
  521.     return Element(qname = (TEXTNS, 'sender-lastname'), **args)
  522.  
  523.  
  524. def SenderPhonePrivate(**args):
  525.     return Element(qname = (TEXTNS, 'sender-phone-private'), **args)
  526.  
  527.  
  528. def SenderPhoneWork(**args):
  529.     return Element(qname = (TEXTNS, 'sender-phone-work'), **args)
  530.  
  531.  
  532. def SenderPosition(**args):
  533.     return Element(qname = (TEXTNS, 'sender-position'), **args)
  534.  
  535.  
  536. def SenderPostalCode(**args):
  537.     return Element(qname = (TEXTNS, 'sender-postal-code'), **args)
  538.  
  539.  
  540. def SenderStateOrProvince(**args):
  541.     return Element(qname = (TEXTNS, 'sender-state-or-province'), **args)
  542.  
  543.  
  544. def SenderStreet(**args):
  545.     return Element(qname = (TEXTNS, 'sender-street'), **args)
  546.  
  547.  
  548. def SenderTitle(**args):
  549.     return Element(qname = (TEXTNS, 'sender-title'), **args)
  550.  
  551.  
  552. def Sequence(**args):
  553.     return Element(qname = (TEXTNS, 'sequence'), **args)
  554.  
  555.  
  556. def SequenceDecl(**args):
  557.     return Element(qname = (TEXTNS, 'sequence-decl'), **args)
  558.  
  559.  
  560. def SequenceDecls(**args):
  561.     return Element(qname = (TEXTNS, 'sequence-decls'), **args)
  562.  
  563.  
  564. def SequenceRef(**args):
  565.     return Element(qname = (TEXTNS, 'sequence-ref'), **args)
  566.  
  567.  
  568. def SheetName(**args):
  569.     return Element(qname = (TEXTNS, 'sheet-name'), **args)
  570.  
  571.  
  572. def SoftPageBreak(**args):
  573.     return Element(qname = (TEXTNS, 'soft-page-break'), **args)
  574.  
  575.  
  576. def SortKey(**args):
  577.     return Element(qname = (TEXTNS, 'sort-key'), **args)
  578.  
  579.  
  580. def Span(**args):
  581.     return Element(qname = (TEXTNS, 'span'), **args)
  582.  
  583.  
  584. def Subject(**args):
  585.     return Element(qname = (TEXTNS, 'subject'), **args)
  586.  
  587.  
  588. def Tab(**args):
  589.     return Element(qname = (TEXTNS, 'tab'), **args)
  590.  
  591.  
  592. def TableCount(**args):
  593.     return Element(qname = (TEXTNS, 'table-count'), **args)
  594.  
  595.  
  596. def TableFormula(**args):
  597.     return Element(qname = (TEXTNS, 'table-formula'), **args)
  598.  
  599.  
  600. def TableIndex(**args):
  601.     return Element(qname = (TEXTNS, 'table-index'), **args)
  602.  
  603.  
  604. def TableIndexEntryTemplate(**args):
  605.     return Element(qname = (TEXTNS, 'table-index-entry-template'), **args)
  606.  
  607.  
  608. def TableIndexSource(**args):
  609.     return Element(qname = (TEXTNS, 'table-index-source'), **args)
  610.  
  611.  
  612. def TableOfContent(**args):
  613.     return Element(qname = (TEXTNS, 'table-of-content'), **args)
  614.  
  615.  
  616. def TableOfContentEntryTemplate(**args):
  617.     return Element(qname = (TEXTNS, 'table-of-content-entry-template'), **args)
  618.  
  619.  
  620. def TableOfContentSource(**args):
  621.     return Element(qname = (TEXTNS, 'table-of-content-source'), **args)
  622.  
  623.  
  624. def TemplateName(**args):
  625.     return Element(qname = (TEXTNS, 'template-name'), **args)
  626.  
  627.  
  628. def TextInput(**args):
  629.     return Element(qname = (TEXTNS, 'text-input'), **args)
  630.  
  631.  
  632. def Time(**args):
  633.     return Element(qname = (TEXTNS, 'time'), **args)
  634.  
  635.  
  636. def Title(**args):
  637.     return Element(qname = (TEXTNS, 'title'), **args)
  638.  
  639.  
  640. def TocMark(**args):
  641.     return Element(qname = (TEXTNS, 'toc-mark'), **args)
  642.  
  643.  
  644. def TocMarkEnd(**args):
  645.     return Element(qname = (TEXTNS, 'toc-mark-end'), **args)
  646.  
  647.  
  648. def TocMarkStart(**args):
  649.     return Element(qname = (TEXTNS, 'toc-mark-start'), **args)
  650.  
  651.  
  652. def TrackedChanges(**args):
  653.     return Element(qname = (TEXTNS, 'tracked-changes'), **args)
  654.  
  655.  
  656. def UserDefined(**args):
  657.     return Element(qname = (TEXTNS, 'user-defined'), **args)
  658.  
  659.  
  660. def UserFieldDecl(**args):
  661.     return Element(qname = (TEXTNS, 'user-field-decl'), **args)
  662.  
  663.  
  664. def UserFieldDecls(**args):
  665.     return Element(qname = (TEXTNS, 'user-field-decls'), **args)
  666.  
  667.  
  668. def UserFieldGet(**args):
  669.     return Element(qname = (TEXTNS, 'user-field-get'), **args)
  670.  
  671.  
  672. def UserFieldInput(**args):
  673.     return Element(qname = (TEXTNS, 'user-field-input'), **args)
  674.  
  675.  
  676. def UserIndex(**args):
  677.     return Element(qname = (TEXTNS, 'user-index'), **args)
  678.  
  679.  
  680. def UserIndexEntryTemplate(**args):
  681.     return Element(qname = (TEXTNS, 'user-index-entry-template'), **args)
  682.  
  683.  
  684. def UserIndexMark(**args):
  685.     return Element(qname = (TEXTNS, 'user-index-mark'), **args)
  686.  
  687.  
  688. def UserIndexMarkEnd(**args):
  689.     return Element(qname = (TEXTNS, 'user-index-mark-end'), **args)
  690.  
  691.  
  692. def UserIndexMarkStart(**args):
  693.     return Element(qname = (TEXTNS, 'user-index-mark-start'), **args)
  694.  
  695.  
  696. def UserIndexSource(**args):
  697.     return Element(qname = (TEXTNS, 'user-index-source'), **args)
  698.  
  699.  
  700. def VariableDecl(**args):
  701.     return Element(qname = (TEXTNS, 'variable-decl'), **args)
  702.  
  703.  
  704. def VariableDecls(**args):
  705.     return Element(qname = (TEXTNS, 'variable-decls'), **args)
  706.  
  707.  
  708. def VariableGet(**args):
  709.     return Element(qname = (TEXTNS, 'variable-get'), **args)
  710.  
  711.  
  712. def VariableInput(**args):
  713.     return Element(qname = (TEXTNS, 'variable-input'), **args)
  714.  
  715.  
  716. def VariableSet(**args):
  717.     return Element(qname = (TEXTNS, 'variable-set'), **args)
  718.  
  719.  
  720. def WordCount(**args):
  721.     return Element(qname = (TEXTNS, 'word-count'), **args)
  722.  
  723.