Difference between revisions of "Module Library"

From BaseX Documentation
Jump to navigation Jump to search
Line 10: Line 10:
 
! Prefix
 
! Prefix
 
! Namespace URI
 
! Namespace URI
 +
|-
 +
| [[Client Module|Client]]
 +
| Executing commands and queries on remote BaseX servers {{Version|7.2.2}}
 +
| <code>cliet</code>
 +
| <code><nowiki>http://basex.org/modules/client</nowiki></code>
 
|-
 
|-
 
| [[Cryptographic Module|Cryptography]]
 
| [[Cryptographic Module|Cryptography]]

Revision as of 17:19, 25 May 2012

This article is part of the XQuery Portal.

Beside the standard XQuery Functions, BaseX offers additional function modules, which are listed in the following table. All modules are statically bound, which means that they need not (but may) be explicitly declared in the query prolog.

Module Description Prefix Namespace URI
Client Executing commands and queries on remote BaseX servers Version 7.2.2 cliet http://basex.org/modules/client
Cryptography Cryptographic functions, based on the EXPath Cryptograhic module. crypto http://expath.org/ns/crypto
Database Functions for accessing and updating databases. db http://basex.org/modules/db
File File handling, based on the latest draft of the EXPath File module. file http://expath.org/ns/file
Full-Text Functions for performing full-text operations. ft http://basex.org/modules/ft
Higher-Order Additional higher-order functions that are not in the standard libraries. hof http://basex.org/modules/hof
HTTP Sending HTTP requests, based on the EXPath HTTP module. http http://expath.org/ns/http-client
Index Functions for requesting details on database indexes. Version 7.1 index http://basex.org/modules/index
JSON Parsing and serializing JSON documents. json http://basex.org/modules/json
Map Functions for handling maps (key/value pairs). 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
Process Executing system commands from XQuery Version 7.2.2 proc http://basex.org/modules/proc
Repository Installing, deleting and listing packages. Version 7.1 repo http://basex.org/modules/repo
SQL JDBC bridge to access relational databases. sql http://basex.org/modules/sql
Utility Utility functions, used for data conversions, profiling and dynamic evaluation. util http://basex.org/modules/util
XSLT Stylesheet transformations, based on Java’s and Saxon’s XSLT processor. xslt http://basex.org/modules/xslt
ZIP ZIP functionality, based on the EXPath ZIP module. zip http://expath.org/ns/zip