Changes

Jump to navigation Jump to search
1,544 bytes added ,  02:11, 26 January 2012
no edit summary
|-
| valign='top' | '''Summary'''
|Returns all strings stored in the text index, along with their number of occurrenceoccurrences. {{Mono|$db}} may either be an <code>xs:string</code>, denoting the database name, or a node stored in the database.<br/>If {{Mono|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
| valign='top' | '''Errors'''
|-
| valign='top' | '''Summary'''
|Returns all strings stored in the attribute index, along with their number of occurrenceoccurrences. {{Mono|$db}} may either be an <code>xs:string</code>, denoting the database name, or a node stored in the database.<br/>If {{Mono|$prefix}} is specified, the returned nodes will be refined to the strings starting with that prefix.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the attribute index is not available.<br/><b>[[XQuery Errors#BaseX Errors|BASX0002]]</b> is raised if {{Mono|$db}} is a node that is not stored in a database.<br/><b>[[XQuery Errors#BaseX Errors|BASX0003]]</b> is raised if the addressed database {{Mono|$db}} cannot be opened.<br/>
|}
 
==index:element-names==
{|
|-
| valign='top' width='90' | '''Signatures'''
|{{Mono|<b>index:element-names</b>($db as item()) as element(value)*}}
|-
| valign='top' | '''Summary'''
|Returns all element names stored in the index, along with their number of occurrences. {{Mono|$db}} may either be an <code>xs:string</code>, denoting the database name, or a node stored in the database.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the element name index is not available.<br/><b>[[XQuery Errors#BaseX Errors|BASX0002]]</b> is raised if {{Mono|$db}} is a node that is not stored in a database.<br/><b>[[XQuery Errors#BaseX Errors|BASX0003]]</b> is raised if the addressed database {{Mono|$db}} cannot be opened.<br/>
|}
 
==index:attribute-names==
{|
|-
| valign='top' width='90' | '''Signatures'''
|{{Mono|<b>index:attribute-names</b>($db as item()) as element(value)*}}
|-
| valign='top' | '''Summary'''
|Returns all attribute names stored in the index, along with their number of occurrences. {{Mono|$db}} may either be an <code>xs:string</code>, denoting the database name, or a node stored in the database.
|-
| valign='top' | '''Errors'''
|<b>[[XQuery Errors#BaseX Errors|BASX0001]]</b> is raised if the attribute name index is not available.<br/><b>[[XQuery Errors#BaseX Errors|BASX0002]]</b> is raised if {{Mono|$db}} is a node that is not stored in a database.<br/><b>[[XQuery Errors#BaseX Errors|BASX0003]]</b> is raised if the addressed database {{Mono|$db}} cannot be opened.<br/>
|}
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu