Difference between revisions of "XQuery"

From BaseX Documentation
Jump to navigation Jump to search
m (Text replace - "\[\[Category:XQuery\]\]" to "")
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
<div style="float:left; width:48%;">
 
<div style="float:left; width:48%;">
<div style="font-size:130%">[[XQuery 3.0]]</div>
+
;[[XQuery 3.0]] and [[XQuery 3.1]]
Features of the upcoming [http://www.w3.org/TR/xquery-30/ XQuery 3.0] Recommendation.
+
Features of the new XQuery Recommendations.
  
<div style="font-size:130%">[[XQuery Modules|Modules]]</div>
+
;[[XQuery Extensions]]
Additional function modules provided by BaseX.
+
Specifics of the BaseX XQuery processor.
  
<div style="font-size:130%">[[Packaging]]</div>
+
;[[Module Library]]
Embedding of external modules, based on the [http://expath.org/modules/pkg/ EXPath Packaging System].
+
Additional functions included in the internal modules.
  
<div style="font-size:130%">[[Java Bindings]]</div>
+
;[[Java Bindings]]
 
Accessing and calling Java code from XQuery.
 
Accessing and calling Java code from XQuery.
 +
 +
;[[Repository]]
 +
Install and manage XQuery and Java modules.
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:4%;">&nbsp;
 
</div><div style="float:left; width:48%;">
 
</div><div style="float:left; width:48%;">
<div style="font-size:130%">[[Full-Text]]</div>
+
;[[Full-Text]]
How to use BaeX as a full-fledged full text processor.
+
How to use BaseX as a full-fledged full-text processor.
  
<div style="font-size:130%">[[Updates]]</div>
+
;[[Updates]]
 
Updating databases and local resources via XQuery Update.
 
Updating databases and local resources via XQuery Update.
  
<div style="font-size:130%">[[Serialization]]</div>
+
;[[Indexes]]
 +
Available index structures and their utilization.
 +
 
 +
;[[Serialization]]
 
Serialization parameters supported by BaseX.
 
Serialization parameters supported by BaseX.
  
<div style="font-size:130%">[[XQuery Errors|Errors]]</div>
+
;[[XQuery Errors|Errors]]
 
Errors raised by XQuery expressions.
 
Errors raised by XQuery expressions.
 +
</div>
 +
<div>&nbsp;</div>
  
</div>
+
 
[[Category:XQuery]]
+
__NOTOC__

Revision as of 14:59, 17 January 2016

Welcome to the Query Portal, which is one of the Main Sections of this documentation. BaseX provides an implementation of the W3 XPath and XQuery languages, which are tightly coupled with the underlying database store. However, the processor is also a flexible general purpose processor, which can access local and remote sources. High conformance with the official specifications is one of our main objectives, as the results of the XQuery Test Suite demonstrate. This section contains information on the query processor and its extensions:

XQuery 3.0 and XQuery 3.1

Features of the new XQuery Recommendations.

XQuery Extensions

Specifics of the BaseX XQuery processor.

Module Library

Additional functions included in the internal modules.

Java Bindings

Accessing and calling Java code from XQuery.

Repository

Install and manage XQuery and Java modules.

 
Full-Text

How to use BaseX as a full-fledged full-text processor.

Updates

Updating databases and local resources via XQuery Update.

Indexes

Available index structures and their utilization.

Serialization

Serialization parameters supported by BaseX.

Errors

Errors raised by XQuery expressions.