~paul-lucas/zorba/bug-932374

« back to all changes in this revision

Viewing changes to src/runtime/spec/introspection/sctx.xml

  • Committer: Paul J. Lucas
  • Date: 2012-09-21 20:26:47 UTC
  • mfrom: (10819.2.235 zorba)
  • Revision ID: paul@lucasmail.org-20120921202647-fy9n4jduhrnljrnb
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11
11
  xsi:schemaLocation="http://www.zorba-xquery.com ../runtime.xsd">
12
12
 
 
13
<zorba:header>
 
14
  <zorba:include form="Quoted">context/static_context.h</zorba:include>
 
15
</zorba:header>
 
16
 
13
17
<zorba:source>
14
 
    <zorba:include  form="Quoted">store/api/iterator.h</zorba:include>
15
 
    <zorba:include  form="Quoted">compiler/expression/var_expr.h</zorba:include>
 
18
  <zorba:include form="Quoted">store/api/iterator.h</zorba:include>
16
19
</zorba:source>
17
20
 
18
21
<!--
126
129
  </zorba:function>
127
130
 
128
131
  <zorba:state generateReset="false" generateDestructor="false">
129
 
    <zorba:member type="std::vector&lt;var_expr_t&gt;" name="theVariables"
 
132
    <zorba:member type="std::vector&lt;VarInfo*&gt;" name="theVariables"
130
133
                  brief="vector of variables"/>
131
 
    <zorba:member type="ulong" name="thePosition" brief="current position"/>
 
134
    <zorba:member type="csize" name="thePosition" brief="current position"/>
132
135
  </zorba:state>
133
136
 
134
137
</zorba:iterator>
545
548
        <zorba:output>xs:QName*</zorba:output>
546
549
      </zorba:signature>
547
550
    </zorba:function>
548
 
    
 
551
 
549
552
    <zorba:state generateReset="false" generateDestructor="false">
550
553
      <zorba:member type="const function*" name="theFunction"
551
554
                  brief="the function"/>