All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.saxon.functions.hof.package-info Maven / Gradle / Ivy

There is a newer version: 12.5
Show newest version
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2018-2023 Saxonica Limited
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
// This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/**
 * 

The package com.saxonica.functions.hof contains code to support higher-order functions.

*

Higher-order functions are supported in XSLT 3.0, XPath 3.1, and XQuery 3.1, in Saxon-PE and Saxon-EE only.

*

The package includes code to support both the core facilities of dynamic creation and invocation of function * objects, and also specific higher-order functions defined in the Functions and Operators library * such as fn:filter, fn:for-each and fn:fold-left.

*/ package net.sf.saxon.functions.hof;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy