com.saxonica.extfn
Class Highest
java.lang.Object
net.sf.saxon.functions.ExtensionFunctionDefinition
com.saxonica.extfn.GeneralFilterFunction
com.saxonica.extfn.Highest
- All Implemented Interfaces:
- Serializable
public class Highest
- extends GeneralFilterFunction
This class implements the saxon:highest() extension function
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Highest
public Highest()
getFunctionQName
public StructuredQName getFunctionQName()
- Get the function name, as a QName
- Specified by:
getFunctionQName
in class ExtensionFunctionDefinition
- Returns:
- the QName of the function
makeCallExpression
public ExtensionFunctionCall makeCallExpression()
- Create a call on this function. This method is called by the compiler when it identifies
a function call that calls this function.
- Specified by:
makeCallExpression
in class ExtensionFunctionDefinition
Copyright (c) Saxonica Limited. All rights reserved.