Class MatchesFunction

  • All Implemented Interfaces:
    org.jaxen.Function

    @InternalApi
    @Deprecated
    public class MatchesFunction
    extends java.lang.Object
    implements org.jaxen.Function
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchesFunction()
      Deprecated.
       
    • Constructor Detail

      • MatchesFunction

        public MatchesFunction()
        Deprecated.
    • Method Detail

      • registerSelfInSimpleContext

        public static void registerSelfInSimpleContext()
        Deprecated.
      • call

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

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