Changes

Jump to navigation Jump to search
291 bytes added ,  12:42, 2 July 2020
m
Text replacement - "[http://www.json.org" to "[https://www.json.org"
This article is part of the [[XQuery|XQuery Portal]].
In addition to the standard [httphttps://www.w3.org/TR/xpath-functions-3031/ XQuery Functions], BaseX offers further function modulescomes with some hundred additional functions, which are listed packaged in the following tablevarious modules.  The module namespaces of the following modules are statically bound, which known. This means that they need not be (but maybe) be explicitly declared in the query prolog.
{| class="wikitable sortable"
| <code><nowiki>http://basex.org/modules/html</nowiki></code>
|-
| [[HTTP Client Module|HTTPClient]]
| Sending HTTP requests, based on the [http://expath.org/spec/http-client EXPath HTTP] module.
| <code>http</code>
|-
| [[JSON Module|JSON]]
| Parsing and serializing [httphttps://www.json.org JSON documents].
| <code>json</code>
| <code><nowiki>http://basex.org/modules/json</nowiki></code>
|-
| [[Lazy Module|Lazy]]
| Functions for handling lazy items.
| <code>lazy</code>
| <code><nowiki>http://basex.org/modules/lazy</nowiki></code>
|-
| [[Map Module|Map]]
|-
| [[Math Module|Math]]
| Mathematical operations, extending the [httphttps://www.w3.org/TR/xpath-functions-3031/ W3C Working Draft].
| <code>math</code>
| <code><nowiki>http://www.w3.org/2005/xpath-functions/math</nowiki></code>
| <code>sql</code>
| <code><nowiki>http://basex.org/modules/sql</nowiki></code>
|-
| [[Streaming Module|Streaming]]
| Functions for handling streamable items.
| <code>stream</code>
| <code><nowiki>http://basex.org/modules/stream</nowiki></code>
|-
| [[Strings Module|Strings]]
| <code>unit</code>
| <code><nowiki>http://basex.org/modules/unit</nowiki></code>
|-
| [[Update Module|Update]]
| Functions for performing updates.
| <code>update</code>
| <code><nowiki>http://basex.org/modules/update</nowiki></code>
|-
| [[User Module|User]]
|}
For The following modules will be available if the modules listed below, please note that: * The {{Code|basex-api}} package must be library is included in the classpath. This is automatically will be the case if you use start BaseX with one of the startup scripts or links provided by our complete distributions (zip, exe, war) of BaseX.* The modules must be explicitly imported in the query prolog.
{| class="wikitable sortable"
| <code>sessions</code>
| <code><nowiki>http://basex.org/modules/sessions</nowiki></code>
|-
| [[WebSocket Module|WebSocket]]
| Functions for handling WebSocket connections.
| <code>ws</code>
| <code><nowiki>http://basex.org/modules/ws</nowiki></code>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu