XQuery Function Documentation

Search and Browse

anno:create-collection

anno:create-collection() as item()*

Returns:
item()*

anno:list

anno:list($target as xs:string, $top as xs:integer?, $left as xs:integer?, $bottom as xs:integer?, $right as xs:integer?) as item()*

Parameters:
$target $target
$top? $top?
$left? $left?
$bottom? $bottom?
$right? $right?
Returns:
item()*

anno:parse-body

anno:parse-body($body as xs:string) as element()

Parameters:
$body $body
Returns:
element()

anno:retrieve

anno:retrieve($id as xs:string) as item()*

Parameters:
$id $id
Returns:
item()*

anno:store

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()*

Parameters:
$target? $target?
$body $body
$start? $start?
$startOffset? $startOffset?
$end? $end?
$endOffset? $endOffset?
$top? $top?
$left? $left?
$bottom? $bottom?
$right? $right?
Returns:
item()*

anno:update

anno:update($id as xs:string, $body as xs:string) as item()*

Parameters:
$id $id
$body $body
Returns:
item()*