|
Function Summary
|
|
xdmp:access
|
Returns whether a given action on the specified document URI would succeed.
|
|
xdmp:base64-decode
|
Converts base64-encoded string to plaintext.
|
|
xdmp:base64-encode
|
Converts plaintext into base64-encoded string.
|
|
xdmp:collection-locks
|
Returns locks of documents in a collection.
|
|
xdmp:collection-properties
|
Returns a sequence of properties documents, one for each document in the
specified collection(s) that has a corresponding properties document.
|
|
xdmp:database
|
Returns the the ID of the database named in the the parameter.
|
|
xdmp:database-forests
|
Returns a sequence of forest IDs in the specified database.
|
|
xdmp:database-name
|
Return the name of the database with the given ID.
|
|
xdmp:databases
|
Returns a sequence of the ids of all the databases in the system.
|
|
xdmp:describe
|
Returns a string whose value corresponds to the
description of a given item sequence.
|
|
xdmp:diacritic-less
|
Returns the specified string, converting all of the characters with diacritics
to characters without diacritics.
|
|
xdmp:directory
|
Returns the documents in a directory.
|
|
xdmp:directory-locks
|
Returns locks of documents in a directory.
|
|
xdmp:directory-properties
|
Returns a sequence of properties documents, one for each document in
the specified directory that has a corresponding properties document.
|
|
xdmp:document-forest
|
Returns the forest ID of the forest in which the document with the specified
URI is stored.
|
|
xdmp:document-get
|
Returns the document in the XML file specified by $location.
|
|
xdmp:document-get-collections
|
Returns the collections to which a given document belongs.
|
|
xdmp:document-get-properties
|
Returns the property values for a document's property.
|
|
xdmp:document-get-quality
|
Returns the quality of the specified document if the document exists.
|
|
xdmp:document-locks
|
Returns the locks for one or more documents or directories.
|
|
xdmp:document-properties
|
Returns a sequence of properties documents, one for each of the specified
documents that has a corresponding properties document.
|
|
xdmp:email
|
Send an email in an XQuery program.
|
|
xdmp:estimate
|
Returns the number of fragments selected by an expression.
|
|
xdmp:eval
|
Returns the result of evaluating a string
as an XQuery module.
|
|
xdmp:eval-in
|
[DEPRECATED--use xdmp:eval with the
database option instead] Returns the result of evaluating a string as
an XQuery module in a given database.
|
|
xdmp:exists
|
Returns true if any fragment is selected by an expression, false if no
fragments are selected.
|
|
xdmp:forest
|
Returns the the ID of the forest specified as the parameter.
|
|
xdmp:forest-databases
|
Returns the database ID corresponding to the database to which
the specified forest belongs.
|
|
xdmp:forest-name
|
Return the name of the forest with the given id.
|
|
xdmp:forests
|
Returns a sequence of the ids of all the forests in the system.
|
|
xdmp:get
|
[DEPRECATED] Returns the document in the XML file specified by $path.
|
|
xdmp:hash32
|
Returns the 32-bit hash of a string.
|
|
xdmp:hash64
|
Returns the 64-bit hash of a string.
|
|
xdmp:hex-to-integer
|
Parses a hexadecimal string, returning an integer.
|
|
xdmp:host
|
Returns the the ID of the host named in the parameter.
|
|
xdmp:host-name
|
Returns the the name of the host ID specified as the parameter.
|
|
xdmp:hosts
|
Returns a sequence of the ids of all the hosts in the system.
|
|
xdmp:http-delete
|
Sends an http DELETE request to the http server specified in the URI
to delete the specified resource.
|
|
xdmp:http-get
|
Sends the http GET method to the specified URI.
|
|
xdmp:http-head
|
Sends the http HEAD method to the specified URI.
|
|
xdmp:http-post
|
Sends the http POST request to the server.
|
|
xdmp:http-put
|
Sends an HTTP PUT request to an HTTP server.
|
|
xdmp:integer-to-hex
|
Returns a hexadecimal representation of an integer.
|
|
xdmp:integer-to-octal
|
Returns an octal representation of an integer.
|
|
xdmp:invoke
|
Returns the result of evaluating a module at the given path.
|
|
xdmp:invoke-in
|
[DEPRECATED--use xdmp:invoke with the
database option instead] Returns the result of evaluating a module
at the given path.
|
|
xdmp:log
|
Logs a debug message to the log file
<install_dir>/Logs/ErrorLog.
|
|
xdmp:modules-database
|
Returns the database ID of the modules database.
|
|
xdmp:modules-root
|
Returns the current root path for modules.
|
|
xdmp:node-uri
|
Returns the document-uri property of the parameter or its ancestor.
|
|
xdmp:octal-to-integer
|
Parses an octal string, returning an integer.
|
|
xdmp:path
|
Returns a string whose value corresponds to the
path of the node.
|
|
xdmp:platform
|
Returns the platform upon which MarkLogic Server is running
("solaris", "winnt", or "linux").
|
|
xdmp:product-edition
|
Returns the current Mark Logic product edition.
|
|
xdmp:query-meters
|
Returns the current value of the resource meters for this
query sequence.
|
|
xdmp:query-trace
|
Enables or disables tracing of this query.
|
|
xdmp:quote
|
Returns the unevaluated serialized representation
of the input parameter as a string.
|
|
xdmp:random
|
Returns a random unsigned integer up to 64 bits long.
|
|
xdmp:request
|
Returns the unique key of the current request.
|
|
xdmp:request-timestamp
|
Returns the system timestamp for this request if the request is a query
statement.
|
|
xdmp:schema-database
|
Returns the database ID of the schema database
associated with the current database.
|
|
xdmp:security-database
|
Returns the database ID of the security database
associated with the current database.
|
|
xdmp:server
|
Returns the the ID of the App Server specified in the parameter.
|
|
xdmp:server-name
|
Return the name of the App Server with the given ID.
|
|
xdmp:servers
|
Returns a sequence of the IDs of all the App Servers in the system.
|
|
xdmp:set
|
Set the value of a variable to the specified expression.
|
|
xdmp:spawn
|
Place the specified module on the task queue for evaluation.
|
|
xdmp:spawn-in
|
[DEPRECATED--use xdmp:spawn with the
database option instead] Place the specified module on the task
queue for evaluation.
|
|
xdmp:strftime
|
Formats a dateTime value using POSIX strftime.
|
|
xdmp:subbinary
|
Returns a binary node made up of a subset of the given binary node.
|
|
xdmp:trace
|
Signal a trace event.
|
|
xdmp:triggers-database
|
Returns the database ID of the triggers database
associated with the current database.
|
|
xdmp:unquote
|
Parses a string as XML, returning one or more document nodes.
|
|
xdmp:uri-content-type
|
Returns the content type of the given URI as matched in the mimetypes
configuration.
|
|
xdmp:uri-format
|
Returns the format of the given URI as matched in the mimetypes
configuration.
|
|
xdmp:version
|
Returns the current MarkLogic Server version.
|