Package net.sourceforge.pmd.lang.xpath
Class MatchesFunction
- java.lang.Object
-
- net.sourceforge.pmd.lang.xpath.MatchesFunction
-
- All Implemented Interfaces:
org.jaxen.Function
@InternalApi @Deprecated public class MatchesFunction extends Object implements org.jaxen.Function
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MatchesFunction()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectcall(org.jaxen.Context context, List args)Deprecated.static booleanmatches(String s, String... patterns)Deprecated.static voidregisterSelfInSimpleContext()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:
callin interfaceorg.jaxen.Function- Throws:
org.jaxen.FunctionCallException
-
-