Difference between revisions of "XQuery"

From BaseX Documentation
Jump to navigation Jump to search
Line 27: Line 27:
 
| <code>ft</code>
 
| <code>ft</code>
 
| <code><nowiki>http://basex.org/ft</nowiki></code>
 
| <code><nowiki>http://basex.org/ft</nowiki></code>
|-
 
| [[Utility Functions|Utility]]
 
| Testing and profiling functions.
 
| <code>util</code>
 
| <code><nowiki>http://basex.org/util</nowiki></code>
 
 
|-
 
|-
 
| [[File Functions|File]]
 
| [[File Functions|File]]
Line 37: Line 32:
 
| <code>file</code>
 
| <code>file</code>
 
| <code><nowiki>http://expath.org/ns/file</nowiki></code>
 
| <code><nowiki>http://expath.org/ns/file</nowiki></code>
|-
 
| [[ZIP Functions|ZIP]]
 
| ZIP, based on the [http://expath.org/spec/zip EXPath ZIP] module.
 
| <code>zip</code>
 
| <code><nowiki>http://expath.org/ns/zip</nowiki></code>
 
 
|-
 
|-
 
| [[HTTP Functions|HTTP]]
 
| [[HTTP Functions|HTTP]]
Line 47: Line 37:
 
| <code>http</code>
 
| <code>http</code>
 
| <code><nowiki>http://expath.org/ns/http-client</nowiki></code>
 
| <code><nowiki>http://expath.org/ns/http-client</nowiki></code>
 +
|-
 +
| [[Map Functions|Map]]
 +
| Handling of map structures, based on a preliminary [http://www.w3.org/TR/xpath-functions-30/ W3C Working Draft].
 +
| <code>map</code>
 +
| <code><nowiki>http://www.w3.org/2005/xpath-functions/map</nowiki></code>
 
|-
 
|-
 
| [[Math Functions|Math]]
 
| [[Math Functions|Math]]
Line 52: Line 47:
 
| <code>math</code>
 
| <code>math</code>
 
| <code><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></code>
 
| <code><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></code>
 +
|-
 +
| [[Utility Functions|Utility]]
 +
| Testing and profiling functions.
 +
| <code>util</code>
 +
| <code><nowiki>http://basex.org/util</nowiki></code>
 +
|-
 +
| [[ZIP Functions|ZIP]]
 +
| ZIP, based on the [http://expath.org/spec/zip EXPath ZIP] module.
 +
| <code>zip</code>
 +
| <code><nowiki>http://expath.org/ns/zip</nowiki></code>
 
|}
 
|}
  

Revision as of 00:27, 23 April 2011

Welcome to the Query Portal, which is one of the main sections of this documentation. Here you can find more information on performing XPath and XQuery requests. Apart from standard features, BaseX offers numerous extensions, which are listed on this page.

Overview

XQuery Functions

Module Description Prefix Namespace URI
Database Accessing the database and indexes. db http://basex.org/db
Full-Text Performing full-text operations. ft http://basex.org/ft
File File handling, based on the latest EXPath File module (BaseX 6.6.2). file http://expath.org/ns/file
HTTP Sending HTTP requests, based on the EXPath HTTP module. http http://expath.org/ns/http-client
Map Handling of map structures, based on a preliminary W3C Working Draft. map http://www.w3.org/2005/xpath-functions/map
Math Mathematical operations, extending the W3C Working Draft. math http://www.w3.org/2005/xpath-functions/math
Utility Testing and profiling functions. util http://basex.org/util
ZIP ZIP, based on the EXPath ZIP module. zip http://expath.org/ns/zip

Note that all namespace URIs are statically bound in BaseX, i.e., they need not be declared in the query prolog. All XQuery 3.0 functions are listed in the XQuery 3.0 Functions and Operators draft; we have added a list of all new functions that are already supported by BaseX.

Indexes

Queries will be analyzed and optimized for index access on the fly.