org.exist.xquery
Class FunctionId
java.lang.Object
org.exist.xquery.FunctionId
- All Implemented Interfaces:
- java.lang.Comparable
- public class FunctionId
- extends java.lang.Object
- implements java.lang.Comparable
Used to uniquely identify a function by its function name and arity.
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionId
public FunctionId(QName qname,
int arguments)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
Copyright (C) Wolfgang Meier. All rights reserved.