1<?xml version="1.0" encoding="UTF-8"?> 2 3<?context-directive job ctxfile x-setups.ctx ?> 4 5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands"> 6 7 <cd:command name="currentoutputstream" level="system" category="structure" file="page-str.mkxl"/> 8 9 <cd:command name="ifinoutputstream" level="system" category="structure" keywords="conditional" file="page-str.mkxl"> 10 <cd:arguments> 11 <cd:resolve name="string-true"/> 12 <cd:delimiter name="else"/> 13 <cd:resolve name="string-false"/> 14 <cd:delimiter name="fi"/> 15 </cd:arguments> 16 </cd:command> 17 18 <cd:command name="enableoutputstream" level="system" category="structure" file="page-str.mkxl"> 19 <cd:arguments> 20 <cd:resolve name="keyword-name"/> 21 </cd:arguments> 22 </cd:command> 23 24 <cd:command name="disableoutputstream" level="system" category="structure" file="page-str.mkxl"/> 25 26 <cd:command name="outputstream" type="environment" level="system" category="structure" file="page-str.mkxl"> 27 <cd:arguments> 28 <cd:resolve name="keyword-name"/> 29 </cd:arguments> 30 </cd:command> 31 32 <cd:command name="outputsubstream" type="environment" level="system" category="structure" file="page-str.mkxl"> 33 <cd:arguments> 34 <cd:resolve name="keyword-name"/> 35 </cd:arguments> 36 </cd:command> 37 38 <cd:command name="flushoutputstream" level="system" category="structure" file="page-str.mkxl"> 39 <cd:arguments> 40 <cd:resolve name="keyword-name"/> 41 </cd:arguments> 42 </cd:command> 43 44 <cd:command name="outputstreambox" level="system" category="structure" keywords="boxes" file="page-str.mkxl"> 45 <cd:arguments> 46 <cd:resolve name="keyword-name"/> 47 </cd:arguments> 48 </cd:command> 49 50 <cd:command name="outputstreamcopy" level="system" category="structure" keywords="boxes" file="page-str.mkxl"> 51 <cd:arguments> 52 <cd:resolve name="keyword-name"/> 53 </cd:arguments> 54 </cd:command> 55 56 <cd:command name="outputstreamunvbox" level="system" category="structure" keywords="boxes" file="page-str.mkxl"> 57 <cd:arguments> 58 <cd:resolve name="keyword-name"/> 59 </cd:arguments> 60 </cd:command> 61 62 <cd:command name="outputstreamunvcopy" level="system" category="structure" keywords="boxes" file="page-str.mkxl"> 63 <cd:arguments> 64 <cd:resolve name="keyword-name"/> 65 </cd:arguments> 66 </cd:command> 67 68 <cd:command name="synchronizeoutputstreams" level="system" category="structure" file="page-str.mkxl"> 69 <cd:arguments> 70 <cd:resolve name="keyword-name-list"/> 71 </cd:arguments> 72 </cd:command> 73 74 <cd:command name="pushoutputstream" level="system" category="structure" file="page-str.mkxl"> 75 <cd:arguments> 76 <cd:resolve name="keyword-name-optional"/> 77 </cd:arguments> 78 </cd:command> 79 80</cd:interface> 81 |