Búsqueda del sitio web de Altova

Bienvenidos al índice de búsqueda de Altova

Use el formulario que aparece al final de esta página para buscar información en el sitio web de Altova.

La búsqueda de Altova del término de búsqueda "xpath" encontró 200 documentos:

Documentos 101 - 110 de un total de 200

Resultados Sección
fn:base-uri - XPath XQuery Reference | Altova
XPath/XQuery base-uri function...Summary...Returns the base URI of a node. Signatures...fn:base-uri (...) as xs:anyURI?...fn:base-uri (...$arg as node()?...) as xs:anyURI?...Properties...The...
General
fn:avg - XPath XQuery Reference | Altova
XPath/XQuery avg function...Summary...Returns the average of the values in the input sequence $arg , that is, the sum of the values divided by the number of values. Signature...fn:avg (...$arg as...
General
fn:apply - XPath XQuery Reference | Altova
XPath/XQuery apply function...Summary...Makes a dynamic call on a function with an argument list supplied in the form of an array. Signature...fn:apply (...$function as function(*) , $array as...
General
fn:fold-right - XPath XQuery Reference | Altova
XPath/XQuery fold-right function...Summary...Processes the supplied sequence from right to left, applying the supplied function repeatedly to each item in turn, together with an accumulated result...
General
fn:abs - XPath XQuery Reference | Altova
XPath/XQuery abs function...Summary...Returns the absolute value of $arg . Signature...fn:abs (...$arg as xs:numeric?...) as xs:numeric?...Properties...This function is deterministic,...
General
fn:environment-variable - XPath XQuery Reference | Altova
XPath/XQuery environment-variable function...Summary...Returns the value of a system environment variable, if it exists. Signature...fn:environment-variable (...$name as xs:string...) as...
General
fn:filter - XPath XQuery Reference | Altova
XPath/XQuery filter function...Summary...Returns those items from the sequence $seq for which the supplied function $f returns true. Signature...fn:filter (...$seq as item()* , $f as...
General
fn:floor - XPath XQuery Reference | Altova
XPath/XQuery floor function...Summary...Rounds $arg downwards to a whole number. Signature...fn:floor (...$arg as xs:numeric?...) as xs:numeric?...Properties...This function is deterministic,...
General
fn:fold-left - XPath XQuery Reference | Altova
XPath/XQuery fold-left function...Summary...Processes the supplied sequence from left to right, applying the supplied function repeatedly to each item in turn, together with an accumulated result...
General
array:append - XPath XQuery Reference | Altova
XPath/XQuery append function...Summary...Returns an array containing all the members of a supplied array, plus one additional member at the end. Signature...array:append (...$array as array(*) ,...
General
1  2  3  4  5  6  7  8  9  10  (11)  12  13  14  15  16  17  18  19  20