
cts:query constructors.
| Function name | Description |
|---|---|
| dls:as-of-query | This function returns a query that matches the most recent numbered version of documents that were created before the specified date and time. |
| dls:author-query | This function returns a query that matches documents authored by the specified user. |
| dls:document-include-query | This function returns a query that matches any managed document that has an XInclude link that exactly matches the specified URI. |
| dls:document-version-query | This function returns a query that matches the specified version of the managed documents. |
| dls:document-versions-query | This function returns a query that matches any version of the specified URI. |
| dls:documents-query | This function returns a query that matches the latest versions of the managed documents in the database. |