Project  Annotations

Summary

This document itemises the use of annotations in this project.

Related documents
ViewDescriptionFormat
index.htmlIndex of sourcesxhtml
importsSummary of import usagexhtml
restxqSummary of REST interfacexhtml
mermaidProject wide module imports as a mermaid class diagramhtml5
xqdoca.xmlxqDocA 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}close
1

Attached toValues
chat-ws:close#0('/chat')

{http://basex.org/modules/ws}connect
1

Attached toValues
chat-ws:connect#0('/chat')

{http://basex.org/modules/ws}message
1

Attached toValues
chat-ws:message#1('/chat','{$message}')

2.2 http://exquery.org/ns/restxq

POSTpathquery-param

{http://exquery.org/ns/restxq}path
3

Attached toValues
chat:chat#0('/chat')
chat:login-check#2('/chat/login-check')
chat:logout#0('/chat/logout')

{http://exquery.org/ns/restxq}POST
1

Attached toValues
chat:login-check#2()

{http://exquery.org/ns/restxq}query-param
2

Attached toValues
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}method
1

Attached toValues
chat:chat#0('html')

2.4 http://www.w3.org/2012/xquery

private

{http://www.w3.org/2012/xquery}private
3

Attached toValues
chat:login#0()
chat:main#0()
chat:wrap#2()