com.saxonica.extfn
contains implementations of extension
functions in the Saxon namespace.See: Description
Class | Description |
---|---|
ArrayMember |
This class implements the saxon:array-member() extension function.
|
ArrayMemberValue |
This class implements the result of the saxon:array-member() extension function
or the saxon:array-member instruction
|
CompileQuery |
This class implements the saxon:compile-query() extension function
|
CompileStylesheet |
This class implements the saxon:compile-stylesheet() extension function
|
CompileXPath |
This class implements the saxon:compile-XPath() extension function,
which is specially-recognized by the system because it needs access
to parts of the static context
|
DecimalDivide |
Implements the saxon:decimal-divide() function
|
DeepEqual |
Implements the saxon:deep-equal() function, a variant of fn:deep-equal that provides
additional control over how the comparison is performed.
|
Eval |
This class implements the saxon:eval() extension function
|
Evaluate |
This class implements the saxon:evaluate() extension function
|
Evaluate.PreparedExpression |
Inner class PreparedExpression represents a compiled XPath expression together
with the standard variables $p1 ..
|
EvaluateNode |
This class implements the saxon:evaluate-node() extension function
|
EXPathBinary |
Implementation of extension functions in the EXPath Binary package, see
http://expath.org/spec/binary
|
EXPathFile |
Implementation of extension functions in the EXPath File package, see
http://expath.org/spec/file
|
EXPathFileFunctionSet |
Implementation of the file:base-dir function in the EXPath file library.
|
EXPathFileFunctionSet.BaseDir | |
ExpressionFn |
This class implements the saxon:expression() extension function.
|
Extensions |
This class implements functions that are supplied as standard with SAXON,
but which are not defined in the XSLT or XPath specifications.
|
FunctionAnnotations |
Implementation of the saxon:function-annotations() extension function.
|
HighestOrLowest |
This class implements the saxon:highest() and saxon:lowest() extension functions.
|
Index |
This class supports the extension function saxon:index, which returns an indexed sequence
|
KeyMap |
Implementation of the saxon:key-map() extension function.
|
LastModified |
Extension function to determined the last-modified date of a file
|
Leading |
This class implements the saxon:leading() extension functions.
|
Mailer2 |
Helper class for saxon:send-mail() extension function
|
MessageCount |
This class implements the saxon:message-count() function which returns the value of message counters
at the moment of execution
|
Parse |
This class implements the saxon:parse() extension function,
which is specially-recognized by the system because it needs access
to parts of the static context
|
ParseHtml |
Supports the saxon:parse-html() function, a variant of saxon:parse() that differs
only in that it uses the TagSoup HTML parser
|
ParseXPath |
This class implements the saxon:parse-XPath() extension function,
which is specially-recognized by the system because it needs access
to parts of the static context
|
QueryFn |
This class implements the saxon:query() extension function
|
SendMail |
This class implements the extension function saxon:send-mail().
|
Serialize |
This class implements the saxon:serialize() extension function,
which is specially-recognized by the system because it needs access
to parts of the static context
|
TimestampFn |
This class implements the saxon:timestamp() function which returns the date/time at the moment
of execution
|
TransformFn |
This class implements the saxon:transform() extension function
|
VendorFunctionSetPE |
The VendorFunctionLibraryPE represents additions to the set of Saxon vendor-supplied
extension functions that are available only with the Saxon-PE and Saxon-EE editions
|
The package com.saxonica.extfn
contains implementations of extension
functions in the Saxon namespace.
It also contains the class ExtraFunctionLibrary
which acts as a factory class for
generating instances of these extension functions
Most of these classes are implemented using the new "integrated extension function" mechanism
introduced in Saxon 9.2. A few still use the reflection mechanism, these are in class
com.saxonica.extfn.Extensions
.
Michael H. Kay
Saxonica Limited
12 June 2009
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.