You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2016/03/12 14:53:55 UTC

svn commit: r982569 - in /websites/staging/jena/trunk/content: ./ documentation/query/library-function.html

Author: buildbot
Date: Sat Mar 12 13:53:55 2016
New Revision: 982569

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/library-function.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 12 13:53:55 2016
@@ -1 +1 @@
-1734702
+1734703

Modified: websites/staging/jena/trunk/content/documentation/query/library-function.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-function.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-function.html Sat Mar 12 13:53:55 2016
@@ -161,14 +161,20 @@ function by URI (or prefixed name) in FI
 provides a function library and supports application-provided
 functions.  Functions and property functions can be
 <a href="extension.html">registered or dynamically loaded</a>.</p>
-<p>See also the <a href="/documentation/larq/">free text search</a> page.</p>
-<p>See also the <a href="library-propfunc.html">property functions</a> library
-page.</p>
 <p>Applications can also
 <a href="writing_functions.html">provide their own functions</a>.</p>
 <p>ARQ also provides an implementation the 
 <a href="http://www.dotnetrdf.org/leviathan">Leviathan Function Library</a>.</p>
-<h2 id="function-library">Function Library<a class="headerlink" href="#function-library" title="Permanent link">&para;</a></h2>
+<h3 id="xqueryxpath-functions-and-operators-supported">XQuery/XPath Functions and Operators supported<a class="headerlink" href="#xqueryxpath-functions-and-operators-supported" title="Permanent link">&para;</a></h3>
+<p>ARQ supports the scalar functions and operators from 
+"<a href="https://www.w3.org/TR/xpath-functions-3/">XQuery 1.0 and XPath 2.0 Functions and Operators v3.1</a>". </p>
+<p>Functions in involving sequences are not supported.</p>
+<p>See <a href="xsd-support.html">XSD Support</a> for details of datatypes and functions
+currenty supported.  To check the exact current registrations, see
+<tt><a href="https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java">function/StandardFunctions.java</a></tt>.</p>
+<p>See also the <a href="library-propfunc.html">property functions</a> library
+page.</p>
+<h3 id="function-library">Function Library<a class="headerlink" href="#function-library" title="Permanent link">&para;</a></h3>
 <p>The prefix <code>afn</code> is <code>&lt;http://jena.apache.org/ARQ/function#&gt;</code>.
 (the old prefix of <code>&lt;http://jena.hpl.hp.com/ARQ/function#&gt;</code> contineus to
 work. Applications are encouraged to switch.)</p>
@@ -184,14 +190,7 @@ XPath and XQuery function namespace).</p
 <p><code>agg:stdev</code>, <code>agg:stdevp</code>, <code>agg:var</code>, <code>agg:stvarp</code></p>
 <p>These are modelled after SQL aggregate functions <code>STDDEV</code>, <code>STDDEVP</code>,
 <code>VAR</code>, <code>VARP</code>.</p>
-<h3 id="xqueryxpath-functions-and-operators-supported">XQuery/XPath Functions and Operators supported<a class="headerlink" href="#xqueryxpath-functions-and-operators-supported" title="Permanent link">&para;</a></h3>
-<p>ARQ supports the scalar functions and operators from 
-"<a href="https://www.w3.org/TR/xpath-functions-3/">XQuery 1.0 and XPath 2.0 Functions and Operators v3.1</a>". </p>
-<p>Functions in involving sequences are not supported.</p>
-<p>See <a href="xsd-support.html">XSD Support</a> for details of datatypes and functions
-currenty supported.  To check the exact current registrations, see
-<tt><a href="https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/sparql/function/StandardFunctions.java">function/StandardFunctions.java</a></tt>.</p>
-<h4 id="addtional-functions-provided-by-arq">Addtional Functions Provided by ARQ<a class="headerlink" href="#addtional-functions-provided-by-arq" title="Permanent link">&para;</a></h4>
+<h3 id="addtional-functions-provided-by-arq">Addtional Functions Provided by ARQ<a class="headerlink" href="#addtional-functions-provided-by-arq" title="Permanent link">&para;</a></h3>
 <p>Most of these have equivalents, or near equivalents, in SPARQL or as an
 XQuery function and are to be preferred. These ARQ-specific versions remain
 for compatibility.</p>