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 Object
call(org.jaxen.Context context, List args)
Deprecated.static boolean
matches(String s, String... patterns)
Deprecated.static void
registerSelfInSimpleContext()
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 interfaceorg.jaxen.Function
- Throws:
org.jaxen.FunctionCallException
-
-