Class XPathFunctionKey

  • All Implemented Interfaces:
    com.helger.commons.compare.IComparable<XPathFunctionKey>, Comparable<XPathFunctionKey>

    @Immutable
    public final class XPathFunctionKey
    extends Object
    implements com.helger.commons.compare.IComparable<XPathFunctionKey>
    This class contains a single key for a map-based function resolver.
    Author:
    Philip Helger
    • Constructor Detail

      • XPathFunctionKey

        public XPathFunctionKey​(@Nonnull
                                QName aFunctionName,
                                @Nonnegative
                                int nArity)
        Constructor
        Parameters:
        aFunctionName - Function name. May not be null.
        nArity - The number of parameters the function takes. Must be ≥ 0.