Recherche dans le site Altova

Bienvenue à l'index de recherche Altova

Pour trouver des informations sur le site Altova, il vous suffit d'utiliser le formulaire en bas de cette page.

La recherche sur site d'Altova a trouvé 200 documents qui correspondent à votre requête en anglais pour 'xpath':

Documents 91 à 100 de 200

Résultat Section
map:remove - XPath XQuery Reference | Altova
XPath/XQuery remove function...Summary...Returns a map containing all the entries from a supplied map, except those having a specified key . Signature...map:remove (...$map as map(*) , $keys as...
General
map:put - XPath XQuery Reference | Altova
XPath/XQuery put function...Summary...Returns a map containing all the contents of the supplied map, but with an additional entry, which replaces any existing entry for the same key. Signature...)...
General
map:keys - XPath XQuery Reference | Altova
XPath/XQuery keys function...Summary...Returns a sequence containing all the keys present in a map...Signature...map:keys (...$map as map(*)...) as xs:anyAtomicType*...Properties...This function...
General
map:find - XPath XQuery Reference | Altova
XPath/XQuery find function...Summary...Searches the supplied input sequence and any contained maps and arrays for a map entry with the supplied key, and returns the corresponding values. Signature
General
map:entry - XPath XQuery Reference | Altova
XPath/XQuery entry function...Summary...Returns a map that contains a single entry (a key-value pair). Signature...map:entry (...$key as xs:anyAtomicType , $value as item()*...) as map(*)...This...
General
map:contains - XPath XQuery Reference | Altova
XPath/XQuery contains function...Summary...Tests whether a supplied map contains an entry for a given key...Signature...map:contains (...$map as map(*) , $key as xs:anyAtomicType...) as xs:boolean
General
fn:document-uri - XPath XQuery Reference | Altova
XPath/XQuery document-uri function...Summary...Returns the URI of a resource where a document can be found, if available. Signatures...fn:document-uri (...) as xs:anyURI?...fn:document-uri (...)...
General
fn:sum - XPath XQuery Reference | Altova
XPath/XQuery sum function...Summary...Returns a value obtained by adding together the values in $arg . Signatures...fn:sum (...$arg as xs:anyAtomicType*...) as xs:anyAtomicType...fn:sum (...$arg...
General
fn:translate - XPath XQuery Reference | Altova
XPath/XQuery translate function...Summary...Returns the value of $arg modified by replacing or removing individual characters. Signature...fn:translate (...$arg as xs:string? , $mapString as...
General
fn:ends-with - XPath XQuery Reference | Altova
XPath/XQuery ends-with function...Summary...Returns true if the string $arg1 contains $arg2 as a trailing substring, taking collations into account. Signatures...fn:ends-with (...$arg1 as...
General
1  2  3  4  5  6  7  8  9  (10)  11  12  13  14  15  16  17  18  19  20