Class MatchesFunction

  • All Implemented Interfaces:
    org.jaxen.Function

    @InternalApi
    @Deprecated
    public class MatchesFunction
    extends Object
    implements org.jaxen.Function
    Deprecated.
    • Constructor Detail

      • MatchesFunction

        public MatchesFunction()
        Deprecated.
    • Method Detail

      • registerSelfInSimpleContext

        public static void registerSelfInSimpleContext()
        Deprecated.
      • call

        public Object call​(org.jaxen.Context context,
                           List args)
                    throws org.jaxen.FunctionCallException
        Deprecated.
        Specified by:
        call in interface org.jaxen.Function
        Throws:
        org.jaxen.FunctionCallException
      • matches

        public static boolean matches​(String s,
                                      String... patterns)
        Deprecated.