Class ContainsToken

    • Constructor Detail

      • ContainsToken

        public ContainsToken()
    • Method Detail

      • isSubstringMatchingFunction

        public boolean isSubstringMatchingFunction()
        Description copied from class: CollatingFunctionFixed
        Ask whether this function needs a collation that can handle substring matching
        Overrides:
        isSubstringMatchingFunction in class CollatingFunctionFixed
        Returns:
        true in the case of functions such as contains() and starts-with() where substring matching is required. Returns false by default;
      • call

        public BooleanValue call​(XPathContext context,
                                 Sequence[] arguments)
                          throws XPathException
        Dynamic evaluation
        Parameters:
        context - the dynamic evaluation context
        arguments - the values of the arguments, supplied as Sequences.
        Returns:
        true if the search token is present in the input
        Throws:
        XPathException - if a dynamic error occurs