anno:create-collection() as item()*
anno:list($target as xs:string, $top as xs:integer?, $left as xs:integer?, $bottom as xs:integer?, $right as xs:integer?) as item()*
$target | $target |
$top? | $top? |
$left? | $left? |
$bottom? | $bottom? |
$right? | $right? |
anno:parse-body($body as xs:string) as element()
$body | $body |
anno:retrieve($id as xs:string) as item()*
$id | $id |
anno:store($target as xs:string?, $body as xs:string, $start as xs:string?, $startOffset as xs:integer?, $end as xs:string?, $endOffset as xs:integer?, $top as xs:integer?, $left as xs:integer?, $bottom as xs:integer?, $right as xs:integer?) as item()*
$target? | $target? |
$body | $body |
$start? | $start? |
$startOffset? | $startOffset? |
$end? | $end? |
$endOffset? | $endOffset? |
$top? | $top? |
$left? | $left? |
$bottom? | $bottom? |
$right? | $right? |
anno:update($id as xs:string, $body as xs:string) as item()*
$id | $id |
$body | $body |