Alphabetische Übersicht über Funktionen und Operatoren (n-z)
op:numeric-subtract(
$arg1 as numeric,
$arg2 as numeric) as numeric
op:numeric-unary-minus(
$arg as numeric) as numeric
op:numeric-unary-plus(
$arg as numeric) as numeric
fn:one-or-more(
$arg as item()*) as item()+
fn:position() as xs:integer
op:QName-equal(
$arg1 as xs:QName,
$arg2 as xs:QName) as xs:boolean
fn:remove(
$target as item()*,
$position as xs:integer) as item()*
fn:replace(
$input as xs:string?,
$pattern as xs:string,
$replacement as xs:string[,
$flags as xs:string]) as xs:string
fn:resolve-QName(
$qname as xs:string?,
$element as element()?) as xs:QName?
fn:resolve-uri(
$relative as xs:string?[,
$base as xs:string]) as xs:string?
fn:reverse(
$arg as item()*) as item()*
fn:root([
$arg as node()?]) as node()?
fn:round(
$arg as numeric?) as numeric?
fn:round-half-to-even(
$arg as numeric?[,
$precision as xs:integer]) as numeric?
fn:starts-with(
$arg1 as xs:string?,
$arg2 as xs:string?[,
$collation as xs:string]) as xs:boolean
fn:string([
$arg as item()?]) as xs:string
fn:string-join(
$arg1 as xs:string*,
$arg2 as xs:string) as xs:string
fn:string-length([
$arg as xs:string]) as xs:integer
fn:string-to-codepoints(
$arg as xs:string?) as xs:integer*
fn:subsequence(
$sourceSeq as item()*,
$startingLoc as xs:double[,
$length as xs:double]) as item()*
fn:substring(
$sourceString as xs:string?,
$startingLoc as xs:double[,
$length as xs:double]) as xs:string
fn:substring-after(
$arg1 as xs:string?,
$arg2 as xs:string?[,
$collation as xs:string]) as xs:string
fn:substring-before(
$arg1 as xs:string?,
$arg2 as xs:string?[,
$collation as xs:string]) as xs:string
op:subtract-dates(
$arg1 as xs:date?,
$arg2 as xs:date?) as xdt:dayTimeDuration?
fn:subtract-dateTimes-yielding-dayTimeDuration(
$arg1 as xs:dateTime?,
$arg2 as xs:dateTime?) as xdt:dayTimeDuration?
fn:subtract-dateTimes-yielding-yearMonthDuration(
$arg1 as xs:dateTime?,
$arg2 as xs:dateTime?) as xdt:yearMonthDuration
op:subtract-dayTimeDuration-from-date(
$arg1 as xs:date,
$arg2 as xdt:dayTimeDuration) as xs:date
op:subtract-dayTimeDuration-from-dateTime(
$arg1 as xs:dateTime,
$arg2 as xdt:dayTimeDuration) as xs:dateTime
op:subtract-dayTimeDuration-from-time(
$arg1 as xs:time,
$arg2 as xdt:dayTimeDuration) as xs:time
op:subtract-dayTimeDurations(
$arg1 as xdt:dayTimeDuration,
$arg2 as xdt:dayTimeDuration) as xdt:dayTimeDuration
op:subtract-times(
$arg1 as xs:time?,
$arg2 as xs:time?) as xdt:dayTimeDuration?
op:subtract-yearMonthDuration-from-date(
$arg1 as xs:date,
$arg2 as xdt:yearMonthDuration) as xs:date
op:subtract-yearMonthDuration-from-dateTime(
$arg1 as xs:dateTime,
$arg2 as xdt:yearMonthDuration) as xs:dateTime
op:subtract-yearMonthDurations(
$arg1 as xdt:yearMonthDuration,
$arg2 as xdt:yearMonthDuration) as xdt:yearMonthDuration
fn:sum(
$arg as xdt:anyAtomicType*[,
$zero as xdt:anyAtomicType?]) as xdt:anyAtomicType?
op:time-equal(
$arg1 as xs:time,
$arg2 as xs:time) as xs:boolean
op:time-greater-than(
$arg1 as xs:time,
$arg2 as xs:time) as xs:boolean
op:time-less-than(
$arg1 as xs:time,
$arg2 as xs:time) as xs:boolean
op:to(
$firstval as xs:integer,
$lastval as xs:integer) as xs:integer*
fn:tokenize(
$input as xs:string?,
$pattern as xs:string[,
$flags as xs:string]) as xs:string+
fn:trace(
$value as item()*,
$label as xs:string) as item()*
fn:translate(
$arg as xs:string?,
$mapString as xs:string,
$transString as xs:string) as xs:string
fn:true() as xs:boolean
op:union(
$parameter1 as node()*,
$parameter2 as node()*) as node()*
fn:unordered(
$sourceSeq as item()*) as item()*
fn:upper-case(
$arg as xs:string?) as xs:string
op:yearMonthDuration-equal(
$arg1 as xdt:yearMonthDuration,
$arg2 as xdt:yearMonthDuration) as xs:boolean
op:yearMonthDuration-greater-than(
$arg1 as xdt:yearMonthDuration,
$arg2 as xdt:yearMonthDuration) as xs:boolean
op:yearMonthDuration-less-than(
$arg1 as xdt:yearMonthDuration,
$arg2 as xdt:yearMonthDuration) as xs:boolean
fn:zero-or-one(
$arg as item()*) as item()?
Quelle: "XQuery – Grundlagen und fortgeschrittene Methoden", dpunkt-Verlag, Heidelberg (2004)
<< zurück | vor >> |