Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.command.env.doc.user/topics/twbwsa.dita')
-rw-r--r--docs/org.eclipse.wst.command.env.doc.user/topics/twbwsa.dita81
1 files changed, 0 insertions, 81 deletions
diff --git a/docs/org.eclipse.wst.command.env.doc.user/topics/twbwsa.dita b/docs/org.eclipse.wst.command.env.doc.user/topics/twbwsa.dita
deleted file mode 100644
index cf3e1e74d..000000000
--- a/docs/org.eclipse.wst.command.env.doc.user/topics/twbwsa.dita
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Arbortext, Inc., 1988-2006, v.4002-->
-<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
- "task.dtd">
-<task id="ttdwsa" xml:lang="en-us">
-<title>Creating a Web service using Ant tasks in the Workbench</title>
-<titlealts>
-<searchtitle>Creating an Axis runtime Web service using Ant tasks in the Workbench</searchtitle>
-</titlealts>
-<shortdesc>You can use Ant through the Eclipse workspace to generate a Web
-service using the Axis run-time environment. Both top-down and bottom-up Web
-services development is supported with the Ant tasks.</shortdesc>
-<prolog><metadata>
-<keywords><indexterm>Axis runtime environment<indexterm>Web services<indexterm>creating
-with Ant tasks</indexterm></indexterm></indexterm><indexterm>Web services<indexterm>Axis
-runtime environment<indexterm>Web services<indexterm>creating with Ant tasks</indexterm></indexterm></indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<prereq>Before creating the Web service you must:<ul>
-<li>complete the prerequisites listed in: <xref href="cwsaxisant.dita"></xref></li>
-<li>if you are creating a top-down Web service, create or import a WSDL file
-into the <userinput>WebContent</userinput> folder of the dynamic Web project
-you created.</li>
-<li>If you are creating a bottom-up Web service, create or import a Java bean
-into the <userinput>src</userinput> folder of the dynamic Web project.</li>
-</ul></prereq>
-<context>In order to create the Web service you need to modify the Ant file
-and the service Ant properties file.</context>
-<steps>
-<step><cmd>Edit the Ant file (<userinput>axis_tdjava.xml</userinput> or <userinput>axis_bujava.xml</userinput>)
-that you imported in the prerequisite steps. Ensure that it points to the
-service Ant properties file: it should contain a line stating <userinput>&lt;property
-file="axis_tdjava.properties"/></userinput> or <userinput>&lt;property file="axis_bujava.properties"/></userinput>.</cmd>
-<info>Save any changes that you have made.</info></step>
-<step><cmd>Edit the properties file that you imported in the prerequisite
-steps.</cmd>
-<substeps>
-<substep><cmd>Ensure that the scenarioType parameter is set to service.</cmd>
-</substep>
-<substep><cmd>Set the workspace parameter so that it points to the location
-of your WSDL file or Java bean.</cmd></substep>
-<substep><cmd>All other parameters are optional and should be deleted if not
-explicitly set. The default values for the remaining parameters will be retrieved
-from the dynamic project settings and preferences. For additional information
-on how to set these parameters refer to: </cmd><info><ul>
-<li><xref href="rtdwsa.dita"></xref></li>
-<li><xref href="rbuwsa.dita"></xref></li>
-</ul></info></substep>
-</substeps>
-<info>Save the properties file.</info></step>
-<step><cmd>Right-click <userinput>axis_tdjava.xml</userinput> or <userinput>axis_bujava.xml</userinput> and
-select <menucascade><uicontrol>Run As</uicontrol><uicontrol>Ant Build...</uicontrol>
-</menucascade></cmd></step>
-<step><cmd>In the dialog that opens, select the <uicontrol>JRE</uicontrol> tab
-and select <uicontrol>Run in the same JRE as the workspace</uicontrol>.</cmd>
-<info>Click <uicontrol>Apply</uicontrol> and then click <uicontrol>Run</uicontrol>.</info>
-</step>
-<step><cmd>Once your Web service has been generated the console displays a <userinput>Build
-Successful</userinput> message.</cmd></step>
-</steps>
-<result>The WSDL file for the service will have been created and placed in
-the dynamic Web project's WebContent\wsdl folder. The following files will
-have been created and placed in a subdirectory of the dynamic Web project's
-WebContent\WEB-INF folder:<ul>
-<li>web.xml</li>
-<li>undeploy.wsdd</li>
-<li>deploy.wsdd </li>
-</ul>If you are creating a top-down Web service, Web service files similar
-to the following ones will be created and placed under the dynamic Web project's
-src folder. Depending on the WSDL file on which the Web service is based,
-the files for your Web service may be different:<ul>
-<li><i>Service_name</i>_PortType.java</li>
-<li><i>Service_name</i>_Service.java</li>
-<li><i>Service_name</i>_ServiceLocator.java</li>
-<li><i>Service_name</i>SOAPImpl.java</li>
-<li><i>Service_name</i>SOAPSkeleton.java</li>
-<li><i>Service_name</i>SOAPStub.java</li>
-</ul> </result>
-</taskbody>
-</task>

Back to the top

fstat' width='100%'> -rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs042.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs043.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs044.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs045.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs046.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs047.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs048.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs049.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs050.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs051.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs052.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs053.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs054.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs055.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs056.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs057.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs058.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs059.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs060.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs061.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs062.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs063.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs064.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs065.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs066.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs067.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs068.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs069.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs070.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs071.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs072.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs073.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs074.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs075.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs076.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs077.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs078.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs079.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs080.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs081.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs082.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs083.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs084.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs085.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs086.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs087.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs088.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs089.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs090.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs091.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs092.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs093.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs094.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs095.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs096.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs097.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs098.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs099.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs100.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs101.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs102.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs103.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs104.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs105.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs106.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs107.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs108.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs109.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs110.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs111.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs112.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs113.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs114.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs115.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs116.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs117.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs118.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs119.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs120.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs121.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs122.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs123.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs124.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs125.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs126.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs127.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs128.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs129.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs130.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs131.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs132.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs133.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs134.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs135.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs136.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs137.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs138.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs139.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs140.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs141.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs142.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs143.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs144.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs145.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs146.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs147.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs148.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs149.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs150.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs151.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs152.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs153.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs154.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs155.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs156.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs157.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs158.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs159.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs160.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs161.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs162.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs163.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs164.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs165.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs166.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs167.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs168.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs169.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs170.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs171.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs172.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs173.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs174.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs175.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs176.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs177.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs178.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs179.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs180.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs181.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs182.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs183.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs184.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs185.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs186.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs187.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs188.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs189.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs190.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs191.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs192.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs193.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs194.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs195.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs196.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs197.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs198.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs199.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs200.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs201.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs202.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs203.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs204.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs205.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs206.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs207.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs208.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs209.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs210.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs211.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs212.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs213.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs214.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs215.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs216.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs217.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs218.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs219.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs220.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs221.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs222.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs223.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs224.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs225.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs226.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs227.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs228.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs229.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs230.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs231.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs232.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs233.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs234.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs235.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs236.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs237.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs238.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs239.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs240.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs241.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs242.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs243.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs244.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs245.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs246.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs247.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs248.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs249.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs250.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs251.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs252.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs253.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs254.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs255.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs256.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs257.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs258.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs259.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs260.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs261.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs262.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs263.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs264.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs265.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs266.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs267.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs268.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs269.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs270.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs271.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs272.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs273.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs274.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs275.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs276.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs277.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs278.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs279.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs280.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs281.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs282.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs283.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs284.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs285.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs286.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs287.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs288.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs289.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs290.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs291.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs292.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs293.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs294.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs295.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs296.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs297.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs298.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs299.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs300.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs301.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs302.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs303.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs304.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs305.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs306.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs307.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs308.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs309.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs310.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs311.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs312.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs313.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs314.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs315.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs316.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs317.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs318.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs319.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs320.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs321.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs322.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs323.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs324.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs325.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs326.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs327.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs328.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs329.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs330.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs331.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs332.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs333.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs334.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs335.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs336.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs337.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs338.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs339.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs340.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs341.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs342.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs343.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs344.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs345.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs346.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs347.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs348.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs349.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs350.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs351.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs352.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs353.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs354.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs355.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs356.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs357.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs358.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs359.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs360.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs361.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs362.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs363.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs364.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs365.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs366.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs367.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs368.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs369.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs370.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs371.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs372.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs373.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs374.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs375.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs376.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs377.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs378.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs379.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs380.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs381.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs382.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs383.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs384.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs385.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs386.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs387.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs388.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs389.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs390.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs391.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs392.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs393.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs394.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs395.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs396.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs397.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs398.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs399.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs400.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs401.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs402.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs403.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs404.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs405.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs406.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs407.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs408.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs409.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs410.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs411.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs412.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs413.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs414.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs415.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs416.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs417.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs418.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs419.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs420.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs421.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs422.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs423.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs424.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs425.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs426.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs427.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs428.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs429.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs430.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs431.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs432.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs433.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs434.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs435.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs436.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs437.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs438.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs439.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs440.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs441.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs442.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs443.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs444.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs445.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs446.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs447.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs448.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs449.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs450.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs451.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs452.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs453.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs454.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs455.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs456.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs457.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs458.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs459.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs460.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs461.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs462.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs463.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs464.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs465.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs466.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs467.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs468.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs469.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs470.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs471.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs472.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs473.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs474.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs475.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs476.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs477.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs478.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs479.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs480.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs481.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs482.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs483.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs484.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs485.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs486.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs487.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs488.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs489.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs490.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs491.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs492.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs493.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs494.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs495.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs496.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs497.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs498.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs499.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs500.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs501.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs502.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs503.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs504.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs505.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs506.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs507.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs508.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs509.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs510.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs511.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs512.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs513.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs514.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs515.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs516.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs517.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs518.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs519.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs520.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs521.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs522.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs523.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs524.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs525.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs526.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs527.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs528.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs529.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs530.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs531.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs532.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs533.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs534.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs535.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs536.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs537.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs538.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs539.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs540.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs541.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs542.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs543.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs544.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs545.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs546.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs547.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs548.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs549.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs550.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs551.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs552.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs553.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs554.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs555.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs556.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs557.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs558.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs559.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs560.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs561.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs562.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs563.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs564.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs565.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs566.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs567.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs568.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs569.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs570.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs571.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs572.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs573.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs574.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs575.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs576.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs577.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs578.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs579.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs580.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs581.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs582.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs583.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs584.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs585.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs586.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs587.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs588.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs589.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs590.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs591.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs592.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs593.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs594.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs595.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs596.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs597.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs598.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs599.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs600.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs601.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs602.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs603.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs604.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs605.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs606.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs607.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs608.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs609.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs610.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs611.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs612.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs613.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs614.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs615.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs616.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs617.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs618.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs619.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs620.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs621.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs622.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs623.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs624.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs625.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs626.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs627.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs628.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs629.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs630.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs631.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs632.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs633.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs634.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs635.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs636.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs637.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs638.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs639.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs640.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs641.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs642.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs643.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs644.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs645.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs646.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs647.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprCastable/CastableAs648.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof1.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof10.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof100.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof101.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof102.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof103.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof104.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof105.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof106.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof107.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof108.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof109.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof11.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof110.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof12.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof13.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof14.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof15.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof16.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof17.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof18.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof19.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof2.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof20.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof21.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof22.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof23.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof24.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof25.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof26.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof27.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof28.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof29.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof3.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof30.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof31.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof32.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof33.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof34.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof35.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof36.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof37.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof38.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof39.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof4.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof40.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof41.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof42.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof43.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof44.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof45.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof46.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof47.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof48.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof49.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof5.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof50.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof51.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof52.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof53.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof54.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof55.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof56.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof57.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof58.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof59.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof6.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof60.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof61.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof62.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof63.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof64.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof65.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof66.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof67.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof68.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof69.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof7.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof70.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof71.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof72.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof73.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof74.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof75.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof76.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof77.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof78.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof79.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof8.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof80.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof81.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof82.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof83.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof84.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof85.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof86.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof87.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof88.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof89.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof9.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof90.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof91.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof92.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof93.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof94.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof95.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof96.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof97.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof98.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprInstanceOf/instanceof99.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-10.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-11.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-12.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-13.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-14.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-15.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-16.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-17.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-18.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-19.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-20.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-21.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-22.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-23.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-24.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-25.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-4.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-6.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-7.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-8.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/SeqExprTreat/treat-as-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc1.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc10.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc11.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc12.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc13.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc14.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc15.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc16.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc17.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc18.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc19.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc2.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc20.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc22.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc23.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc24.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc25.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc5.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc6.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc7.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc8.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/exprSeqTypes/sequenceExprTypeswitch/typeswitchhc9.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-10.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-100.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1000.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1001.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1002.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1003.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1004.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1005.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1006.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1007.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1008.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1009.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-101.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1010.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1011.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1012.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1013.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1014.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1015.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1016.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1017.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1018.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1019.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-102.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1020.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1021.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1022.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1023.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1024.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1025.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1026.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1027.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1028.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1029.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-103.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1030.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1031.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1032.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1033.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1034.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1035.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1036.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1037.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1038.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1039.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-104.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1040.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1041.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1042.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1043.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1044.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1045.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1046.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1047.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1048.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1049.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-105.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1050.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1051.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1052.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1053.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1054.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1055.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1056.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1057.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1058.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1059.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-106.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1060.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1061.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1062.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1063.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1064.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1065.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1066.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1067.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1068.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1069.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-107.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1070.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1071.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1072.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1073.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1074.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1075.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1076.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1077.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1078.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1079.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-108.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1080.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1081.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1082.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1083.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1084.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1085.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1086.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1087.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1088.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1089.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-109.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1090.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1091.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1092.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1093.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1094.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1095.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1096.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1097.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1098.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1099.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-11.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-110.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1100.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1101.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1102.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1103.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1104.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1105.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1106.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1107.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1108.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1109.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-111.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1110.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1111.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1112.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1113.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1114.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1115.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1116.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1117.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1118.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1119.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-112.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1120.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1121.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1122.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1123.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1124.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1125.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1126.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1127.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1128.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1129.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-113.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1130.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1131.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1132.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1133.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1134.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1135.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1136.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1137.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1138.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1139.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-114.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1140.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1141.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1142.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1143.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1144.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1145.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1146.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1147.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1148.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1149.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-115.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1150.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1151.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1152.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1153.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1154.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1155.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1156.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1157.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1158.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1159.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-116.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1160.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1161.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1162.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1163.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1164.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1165.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1166.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1167.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1168.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1169.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-117.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1170.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1171.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1172.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1173.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1174.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1175.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1176.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1177.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1178.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1179.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-118.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1180.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1181.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1182.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1183.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1184.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1185.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1186.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1187.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1188.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1189.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-119.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1190.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1191.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1192.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1193.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1194.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1195.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1196.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1197.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1198.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1199.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-12.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-120.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1200.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1201.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1202.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1203.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1204.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1205.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1206.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1207.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1208.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1209.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-121.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1210.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1211.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1212.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1213.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1214.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1215.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1216.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1217.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1218.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1219.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-122.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1220.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1221.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1222.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1223.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1224.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1225.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1226.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1227.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1228.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1229.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-123.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1230.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1231.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1232.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1233.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1234.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1235.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1236.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1237.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1238.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1239.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-124.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1240.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1241.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1242.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1243.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1244.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1245.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1246.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1247.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1248.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1249.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-125.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1250.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1251.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1252.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1253.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1254.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1255.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1256.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1257.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1258.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1259.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-126.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1260.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1261.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1262.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1263.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1264.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1265.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1266.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1267.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1268.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1269.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-127.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1270.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1271.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1272.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1273.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1274.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1275.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1276.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1277.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1278.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1279.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-128.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1280.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1281.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1282.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1283.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1284.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1285.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1286.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1287.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1288.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1289.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-129.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1290.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1291.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1292.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1293.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1294.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1295.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1296.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1297.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1298.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1299.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-13.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-130.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1300.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1301.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1302.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1303.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1304.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1305.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1306.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1307.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1308.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1309.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-131.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1310.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1311.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1312.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1313.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1314.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1315.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1316.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1317.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1318.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1319.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-132.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1320.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1321.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1322.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1323.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1324.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1325.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1326.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1327.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1328.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1329.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-133.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1330.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1331.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1332.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1333.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1334.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1335.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1336.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1337.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1338.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1339.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-134.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1340.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1341.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1342.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1343.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1344.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1345.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1346.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1347.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1348.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1349.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-135.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1350.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1351.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1352.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1353.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1354.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1355.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1356.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1357.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1358.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1359.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-136.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1360.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1361.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1362.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1363.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1364.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1365.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1366.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1367.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1368.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1369.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-137.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1370.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1371.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1372.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1373.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1374.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1375.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1376.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1377.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1378.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1379.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-138.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1380.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1381.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1382.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1383.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1384.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1385.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1386.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1387.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1388.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1389.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-139.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1390.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1391.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1392.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1393.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1394.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1395.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1396.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1397.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1398.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1399.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-14.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-140.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1400.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1401.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1402.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1403.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1404.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1405.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1406.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1407.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1408.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1409.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-141.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1410.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1411.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1412.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1413.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1414.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1415.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1416.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1417.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1418.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1419.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-142.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1420.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1421.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1422.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1423.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1424.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1425.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1426.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1427.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1428.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1429.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-143.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1430.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1431.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1432.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1433.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1434.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1435.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1436.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1437.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1438.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1439.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-144.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1440.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1441.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1442.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1443.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1444.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1445.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1446.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1447.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1448.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1449.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-145.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1450.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1451.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1452.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1453.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1454.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1455.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1456.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1457.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1458.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1459.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1460.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1461.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1462.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1463.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1464.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1465.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1466.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1467.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1468.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1469.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1470.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1471.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1472.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1473.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1474.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1475.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1476.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1477.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1478.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1479.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-148.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1480.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1481.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1482.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1483.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1484.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1485.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1486.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1487.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1488.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1489.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-149.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1490.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1491.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1492.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1493.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1494.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-1495.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-15.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-150.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-151.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-152.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-153.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-154.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-155.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-156.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-157.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-158.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-159.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-16.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-160.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-161.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-162.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-163.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-164.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-165.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-166.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-167.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-168.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-169.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-17.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-170.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-171.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-172.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-173.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-174.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-175.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-176.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-177.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-178.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-179.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-18.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-180.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-181.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-182.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-183.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-184.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-185.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-186.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-187.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-188.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-189.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-19.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-190.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-191.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-192.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-193.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-194.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-195.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-196.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-197.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-198.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-199.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-20.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-200.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-201.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-202.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-203.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-204.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-205.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-206.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-207.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-208.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-209.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-21.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-210.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-211.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-212.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-215.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-216.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-217.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-218.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-219.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-22.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-220.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-221.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-222.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-223.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-224.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-225.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-226.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-227.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-228.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-229.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-23.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-230.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-231.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-232.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-233.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-234.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-235.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-236.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-237.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-238.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-239.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-24.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-240.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-241.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-242.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-243.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-244.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-245.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-246.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-247.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-248.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-249.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-25.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-250.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-251.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-252.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-253.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-254.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-255.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-256.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-257.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-258.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-259.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-26.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-260.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-261.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-262.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-263.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-264.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-265.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-266.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-267.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-268.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-269.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-27.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-270.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-271.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-272.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-273.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-274.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-275.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-276.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-277.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-278.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-279.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-28.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-280.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-281.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-282.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-283.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-284.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-285.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-286.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-287.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-288.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-289.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-29.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-290.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-291.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-292.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-293.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-294.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-295.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-296.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-297.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-298.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-299.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-30.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-300.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-301.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-302.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-303.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-304.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-305.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-306.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-307.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-308.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-309.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-31.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-310.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-311.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-312.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-313.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-314.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-315.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-316.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-317.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-318.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-319.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-32.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-320.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-321.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-322.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-323.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-324.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-325.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-326.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-327.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-328.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-329.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-33.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-330.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-331.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-332.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-333.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-334.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-335.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-336.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-337.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-338.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-339.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-34.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-340.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-341.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-342.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-343.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-344.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-345.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-346.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-347.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-348.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-349.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-35.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-350.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-351.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-352.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-353.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-354.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-355.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-356.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-357.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-358.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-359.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-36.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-360.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-361.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-362.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-363.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-364.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-365.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-366.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-367.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-368.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-369.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-37.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-370.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-371.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-372.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-373.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-374.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-375.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-376.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-377.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-378.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-379.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-38.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-380.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-381.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-382.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-383.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-384.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-385.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-386.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-387.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-388.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-389.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-39.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-390.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-391.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-392.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-393.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-394.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-395.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-396.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-397.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-398.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-399.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-4.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-40.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-400.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-401.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-402.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-403.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-404.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-405.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-406.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-407.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-408.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-409.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-41.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-410.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-411.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-415.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-416.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-417.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-418.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-419.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-42.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-420.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-421.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-422.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-423.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-424.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-425.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-426.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-427.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-428.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-429.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-43.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-430.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-431.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-432.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-433.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-434.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-435.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-436.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-437.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-438.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-439.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-44.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-440.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-441.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-442.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-443.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-444.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-445.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-446.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-447.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-448.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-449.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-45.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-450.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-451.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-452.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-453.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-454.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-455.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-456.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-457.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-458.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-459.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-46.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-460.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-461.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-462.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-463.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-464.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-465.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-466.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-467.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-468.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-469.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-47.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-470.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-471.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-472.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-473.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-474.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-475.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-476.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-477.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-478.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-479.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-48.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-480.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-481.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-482.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-483.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-484.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-485.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-486.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-487.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-488.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-489.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-49.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-490.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-491.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-492.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-493.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-494.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-495.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-496.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-497.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-498.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-499.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-5.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-50.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-500.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-501.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-502.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-503.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-504.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-505.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-506.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-507.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-508.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-509.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-51.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-510.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-511.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-512.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-513.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-514.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-515.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-516.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-517.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-518.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-519.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-52.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-520.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-521.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-522.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-523.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-524.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-525.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-526.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-527.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-528.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-529.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-53.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-530.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-531.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-532.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-533.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-534.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-535.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-536.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-537.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-538.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-539.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-54.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-540.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-541.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-542.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-543.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-544.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-545.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-546.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-547.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-548.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-549.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-55.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-550.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-551.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-552.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-553.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-554.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-555.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-556.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-557.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-558.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-559.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-56.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-560.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-561.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-562.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-563.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-564.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-565.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-566.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-567.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-568.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-569.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-57.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-570.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-571.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-572.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-573.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-574.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-575.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-576.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-577.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-578.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-579.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-58.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-580.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-581.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-582.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-583.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-584.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-585.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-586.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-587.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-588.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-589.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-59.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-590.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-591.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-592.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-593.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-594.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-595.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-596.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-597.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-598.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-599.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-60.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-600.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-601.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-602.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-603.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-604.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-605.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-606.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-607.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-608.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-609.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-61.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-610.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-611.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-612.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-613.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-614.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-615.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-616.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-617.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-618.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-619.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-62.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-620.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-621.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-622.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-623.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-624.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-625.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-626.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-627.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-628.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-629.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-63.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-630.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-631.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-632.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-633.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-634.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-635.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-636.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-637.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-638.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-639.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-64.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-640.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-641.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-642.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-643.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-644.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-645.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-646.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-647.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-648.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-649.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-65.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-650.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-651.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-652.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-653.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-654.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-655.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-656.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-657.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-658.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-659.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-66.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-660.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-661.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-662.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-663.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-664.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-665.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-666.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-667.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-668.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-669.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-67.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-670.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-671.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-672.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-673.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-674.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-675.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-676.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-677.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-678.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-679.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-68.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-680.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-681.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-682.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-683.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-684.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-685.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-686.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-687.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-688.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-689.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-69.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-690.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-691.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-692.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-693.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-694.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-695.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-696.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-697.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-698.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-699.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-7.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-70.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-700.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-701.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-702.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-703.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-704.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-705.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-706.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-707.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-708.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-709.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-71.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-710.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-711.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-712.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-713.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-714.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-715.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-716.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-717.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-718.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-719.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-72.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-720.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-721.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-722.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-723.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-724.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-725.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-726.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-727.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-728.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-729.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-73.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-730.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-731.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-732.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-733.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-734.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-735.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-736.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-737.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-738.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-739.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-74.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-740.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-741.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-742.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-743.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-744.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-745.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-746.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-747.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-748.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-749.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-75.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-750.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-751.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-752.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-753.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-754.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-755.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-756.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-757.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-758.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-759.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-76.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-760.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-761.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-762.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-763.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-764.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-765.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-766.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-767.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-768.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-769.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-77.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-770.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-771.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-772.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-773.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-774.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-775.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-776.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-777.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-778.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-779.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-78.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-780.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-781.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-782.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-783.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-784.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-785.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-786.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-787.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-788.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-789.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-79.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-790.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-791.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-792.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-793.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-794.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-795.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-796.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-797.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-798.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-799.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-80.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-800.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-801.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-802.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-803.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-804.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-805.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-806.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-807.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-808.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-809.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-81.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-810.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-811.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-812.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-813.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-814.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-815.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-816.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-817.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-818.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-819.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-82.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-820.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-821.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-822.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-823.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-824.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-825.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-826.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-827.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-828.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-829.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-83.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-830.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-831.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-832.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-833.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-834.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-835.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-836.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-837.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-838.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-839.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-84.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-840.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-841.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-842.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-843.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-844.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-845.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-846.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-847.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-848.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-849.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-85.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-850.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-851.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-852.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-853.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-854.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-855.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-856.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-857.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-858.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-859.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-86.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-860.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-861.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-862.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-863.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-864.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-865.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-866.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-867.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-868.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-869.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-87.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-870.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-871.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-872.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-873.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-874.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-875.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-876.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-877.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-878.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-879.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-88.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-880.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-881.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-882.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-883.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-884.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-885.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-886.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-887.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-888.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-889.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-89.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-890.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-891.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-892.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-893.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-894.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-895.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-896.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-897.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-898.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-899.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-9.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-90.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-900.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-901.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-902.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-903.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-904.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-905.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-906.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-907.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-908.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-909.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-91.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-910.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-911.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-912.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-913.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-914.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-915.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-916.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-917.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-918.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-919.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-92.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-920.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-921.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-922.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-923.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-924.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-925.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-926.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-927.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-928.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-929.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-93.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-930.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-931.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-932.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-933.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-934.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-935.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-936.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-937.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-938.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-939.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-94.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-940.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-941.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-942.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-943.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-944.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-945.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-946.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-947.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-948.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-949.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-95.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-950.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-951.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-952.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-953.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-954.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-955.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-956.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-957.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-958.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-959.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-96.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-960.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-961.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-962.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-963.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-964.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-965.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-966.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-967.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-968.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-969.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-97.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-970.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-971.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-972.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-973.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-974.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-975.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-976.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-977.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-978.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-979.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-98.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-980.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-981.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-982.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-983.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-984.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-985.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-986.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-987.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-988.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-989.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-99.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-990.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-991.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-992.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-993.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-994.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-995.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-996.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-997.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-998.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K-SeqExprCast-999.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCast/K2-SeqExprCast-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-10.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-11.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-13.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-14.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-15.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-16.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-17.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-18.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-19.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-20.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-21.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-22.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-23.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-24.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-25.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-26.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-27.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-28.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-29.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-30.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-31.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-32.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-33.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-34.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-35.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-36.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-37.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-38.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-4.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-5.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-7.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K-SeqExprCastable-9.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprCastable/K2-SeqExprCastable-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-10.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-11.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-12.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-13.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-14.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-15.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-16.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-17.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-18.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-19.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-20.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-21.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-22.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-23.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-24.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-25.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-26.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-27.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-28.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-29.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-30.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-31.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-32.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-33.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-34.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-35.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-36.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-37.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-38.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-39.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-4.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-40.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-41.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-42.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-43.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-44.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-45.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-46.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-47.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-48.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-49.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-5.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-50.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-51.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-52.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-53.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-54.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-55.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-56.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-57.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-58.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-59.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-60.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-61.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-62.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-63.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-64.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-65.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-66.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-7.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprInstanceOf/K-SeqExprInstanceOf-9.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-10.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-11.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-12.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-13.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-14.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-15.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-16.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-17.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-4.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-5.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-7.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K-SeqExprTreat-9.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/SeqExprTreat/K2-SeqExprTreat-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-1.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-3.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-4.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-5.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-6.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-7.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K-sequenceExprTypeswitch-8.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Expressions/seqExprTypes/sequenceExprTypeswitch/K2-sequenceExprTypeswitch-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FalseFunc/K-FalseFunc-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FalseFunc/K-FalseFunc-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FalseFunc/K-FalseFunc-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-1.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-4.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-5.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FloorFunc/K-FloorFunc-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-21.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/ancestorself-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestor-or-selfAxis/unabbreviatedSyntax-11.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/ancestor-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/ancestorAxis/unabbreviatedSyntax-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/followingsibling-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/following-siblingAxis/unabbreviatedSyntax-24.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/followingAxis/following-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/preceding-sibling-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/preceding-siblingAxis/unabbreviatedSyntax-25.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-21.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/FullAxis/precedingAxis/preceding-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-1.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-12.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-17.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-18.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-20.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-21.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-22.xq15
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-23.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/BaseURIFunc/fn-base-uri-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadbl1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datadec1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataflt1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataintg1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datalng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanni1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datanpi1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datapint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datasht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-dataulng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DataFunc/fn-datausht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/DocumentURIFunc/fn-document-uri-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NilledFunc/fn-nilled-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-23.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-24.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/NodeNameFunc/fn-node-name-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-11.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-12.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StaticBaseURIFunc/fn-static-base-uri-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-1.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-string-3.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdbl1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringdec1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringflt1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringintg1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringlng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnni1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringnpi1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringpint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringsht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringulng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AccessorFunc/StringFunc/fn-stringusht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-string-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-string-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/CodepointToStringFunc/fn-codepoints-to-string1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/AssDisassStringFunc/StringToCodepointFunc/fn-string-to-codepoints1args-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-21.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CodepointEqualFunc/fn-codepoint-equal-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-17.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-20.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-21.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-22.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/CompStringFunc/CompareFunc/fn-compare2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EncodeURIfunc/fn-encode-for-uri1args-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-21.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/EscapeHTMLURIFunc/fn-escape-html-uri1args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-21.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-22.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-23.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-24.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-25.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-26.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/EscapingFuncs/IRIToURIfunc/fn-iri-to-uri1args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-2.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-3.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-4.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-8.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concat-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdbl2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatdec2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatflt2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatint2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatintg2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatlng2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnint2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnni2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatnpi2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatpint2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatsht2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatulng2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/ConcatFunc/fn-concatusht2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-2.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-3.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-8.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/LowerCaseFunc/fn-lower-case1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-10.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-11.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-12.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-13.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-14.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-16.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-19.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-4.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-6.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-7.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-8.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space-9.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space0args-1.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeSpaceFunc/fn-normalize-space1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode1args-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/NormalizeUnicodeFunc/fn-normalize-unicode2args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-17.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-20.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-21.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-7.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringJoinFunc/fn-string-join2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-8.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/StringLengthFunc/fn-string-length1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-10.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-11.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-12.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-2.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-3.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-4.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-5.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-6.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-7.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-8.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/SubstringFunc/fn-substring-9.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-6.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-8.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/TranslateFunc/fn-translate3args-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-2.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-8.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/GeneralStringFunc/UpperCaseFunc/fn-upper-case1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch01.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch02.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch03.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch04.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch05.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch06.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch07.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch08.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch09.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch10.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch11.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch12.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch13.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch14.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/caselessmatch15.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-2.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-21.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-22.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-23.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-24.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-25.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-26.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-27.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-28.xq6
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-5.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-7.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-8.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matches2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/MatchesFunc/fn-matchesErr-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-2.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-22.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-23.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-24.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-25.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-26.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-27.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-28.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-29.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-3.xq7
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-30.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-31.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-32.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-33.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-1.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-2.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-3.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-4.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-5.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-6.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replace3args-7.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/ReplaceFunc/fn-replaceErr-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/K2-TokenizeFunc-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-1.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-22.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-23.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-24.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-25.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-26.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-27.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-28.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-29.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-3.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-30.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-4.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-5.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-6.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-7.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-8.xq5
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/MatchStringFunc/TokenizeFunc/fn-tokenize-9.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/ContainsFunc/fn-contains2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/EndsWithFunc/fn-ends-with2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/StartsWithFunc/fn-starts-with2args-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-17.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-20.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-21.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringAfterFunc/fn-substring-after-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-1.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-10.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-13.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-14.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-15.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-16.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-17.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-2.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-20.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-21.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-3.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-4.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-5.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-6.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-8.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/SubstringStringFunc/SubstringBeforeFunc/fn-substring-before-9.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates01.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates02.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates03.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates04.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates05.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates06.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates07.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates08.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates09.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/AllStringFunc/Surrogates/surrogates15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-10.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-11.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-12.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-13.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-14.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-15.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-16.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-3.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-4.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-5.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-6.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-7.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-8.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/FalseFunc/fn-false-9.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-10.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-11.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-12.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-13.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-14.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-15.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-16.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-3.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-4.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-5.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-6.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-7.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-8.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-not-9.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdbl1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notdec1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notflt1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notintg1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notlng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnni1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notnpi1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notpint1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notsht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notulng1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/NotFunc/fn-notusht1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-10.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-11.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-12.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-13.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-14.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-15.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-16.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-21.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-3.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-4.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-5.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-6.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-7.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-8.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/BooleanFunc/TrueFunc/fn-true-9.xq3
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-10.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-11.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-12.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-13.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-14.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-15.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-16.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-17.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-18.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-19.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-20.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-21.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-22.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-23.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-24.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-25.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-26.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-27.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-28.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-29.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-3.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-30.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-4.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-7.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-8.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/fn-dateTime-9.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ConstructFunc/DateTimeFunc/forg0008-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-1.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-3.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-4.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-5.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDateFunc/fn-current-date-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-1.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-22.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-23.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-24.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-3.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-4.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-5.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-dateTime-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentDatetimeFunc/fn-current-datetime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-1.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-3.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-4.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-5.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextCurrentTimeFunc/fn-current-time-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextDefaultCollationFunc/fn-default-collation-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextDefaultCollationFunc/fn-default-collation-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-13.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-23.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextImplicitTimezoneFunc/fn-implicit-timezone-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-19.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-7.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextLastFunc/last-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-19.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-2.xq13
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-6.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-7.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ContextFunc/ContextPositionFunc/position-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateFunc/fn-day-from-date1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DayFromDateTimeFunc/fn-day-from-dateTimeNew-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/DaysFromDurationFunc/fn-days-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDateTimeFunc/fn-hours-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromDurationFunc/fn-hours-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/HoursFromTimeFunc/fn-hours-from-time1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDateTimeFunc/fn-minutes-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromDurationFunc/fn-minutes-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MinutesFromTimeFunc/fn-minutes-from-time1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateFunc/fn-month-from-date1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthFromDateTimeFunc/fn-month-from-dateTimeNew-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/MonthsFromDurationFunc/fn-months-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDateTimeFunc/fn-seconds-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-21.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromDurationFunc/fn-seconds-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/SecondsFromTimeFunc/fn-seconds-from-time1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-10.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-13.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-15.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-20.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateFunc/fn-timezone-from-date-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-15.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-20.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromDateTimeFunc/fn-timezone-from-dateTimealt-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-10.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-13.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-15.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-20.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFromTimeFunc/fn-timezone-from-time-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-18.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-21.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-22.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-23.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-4.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-5.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateTimeToTimezoneFunc/fn-adjust-dateTime-to-timezone1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-18.xq12
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-19.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-2.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-4.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-6.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjDateToTimezoneFunc/fn-adjust-date-to-timezone1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-1.xq8
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-10.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-11.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-12.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-13.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-14.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-15.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-16.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-17.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-18.xq14
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-19.xq11
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-20.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-4.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-5.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone-9.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/TimezoneFunction/AdjTimeToTimezoneFunc/fn-adjust-time-to-timezone1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateFunc/fn-year-from-date1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-2.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTime1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearFromDateTimeFunc/fn-year-from-dateTimeNew-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-1.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-10.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-11.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-12.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-13.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-14.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-15.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-16.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-17.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-18.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-19.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-20.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-3.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-4.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-5.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-6.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-7.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-8.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration-9.xq9
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-1.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-2.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/DurationDateTimeFunc/YearsFromDurationFunc/fn-years-from-duration1args-3.xq10
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-1.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-10.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-11.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-12.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-13.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-14.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-15.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-16.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-17.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-18.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-19.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-2.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-20.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-22.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-23.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-25.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-26.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-27.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-28.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-29.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-3.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-30.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-31.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-32.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-33.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-34.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-35.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-36.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-37.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-38.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-39.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-4.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-40.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-41.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-42.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-43.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-44.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-45.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-46.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-47.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-48.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-49.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-5.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-50.xq4
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/Queries/XQuery/Functions/ErrorFunc/fn-error-51.xq4
-rw-r--r--