Project Annotations
Summary
This document itemises the use of annotations in this project.
Related documents
View | Description | Format |
---|---|---|
index.html | Index of sources | xhtml |
imports | Summary of import usage | xhtml |
restxq | Summary of REST interface | xhtml |
mermaid | Project wide module imports as a mermaid class diagram | html5 |
xqdoca.xml | xqDocA run configuration report (XML) | xml |
Annotations
There are 4 annotation namespaces in use.
2.1 http://basex.org/modules/ws
closeconnectmessage{http://basex.org/modules/ws}close1
Attached to | Values |
---|---|
chat-ws:close#0 | ('/chat') |
{http://basex.org/modules/ws}connect1
Attached to | Values |
---|---|
chat-ws:connect#0 | ('/chat') |
{http://basex.org/modules/ws}message1
Attached to | Values |
---|---|
chat-ws:message#1 | ('/chat','{$message}') |
2.2 http://exquery.org/ns/restxq
POSTpathquery-param{http://exquery.org/ns/restxq}path3
Attached to | Values |
---|---|
chat:chat#0 | ('/chat') |
chat:login-check#2 | ('/chat/login-check') |
chat:logout#0 | ('/chat/logout') |
{http://exquery.org/ns/restxq}POST1
Attached to | Values |
---|---|
chat:login-check#2 | () |
{http://exquery.org/ns/restxq}query-param2
Attached to | Values |
---|---|
chat:login-check#2 | ('name','{$name}') |
chat:login-check#2 | ('pass','{$pass}') |
2.3 http://www.w3.org/2010/xslt-xquery-serialization
method{http://www.w3.org/2010/xslt-xquery-serialization}method1
Attached to | Values |
---|---|
chat:chat#0 | ('html') |
2.4 http://www.w3.org/2012/xquery
private{http://www.w3.org/2012/xquery}private3
Attached to | Values |
---|---|
chat:login#0 | () |
chat:main#0 | () |
chat:wrap#2 | () |