Package net.sourceforge.pmd.lang.xpath
Class PMDFunctions
- java.lang.Object
-
- net.sourceforge.pmd.lang.xpath.PMDFunctions
-
@InternalApi @Deprecated public final class PMDFunctions extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PMD_NODE_USER_DATA
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static int
endColumn(net.sf.saxon.om.NodeInfo item)
Deprecated.static int
endLine(net.sf.saxon.om.NodeInfo item)
Deprecated.static String
fileName(net.sf.saxon.expr.XPathContext context)
Deprecated.static boolean
matches(String s, String pattern1)
Deprecated.static boolean
matches(String s, String pattern1, String pattern2)
Deprecated.static boolean
matches(String s, String pattern1, String pattern2, String pattern3)
Deprecated.static boolean
matches(String s, String pattern1, String pattern2, String pattern3, String pattern4)
Deprecated.static boolean
matches(String s, String pattern1, String pattern2, String pattern3, String pattern4, String pattern5)
Deprecated.static boolean
matches(String s, String pattern1, String pattern2, String pattern3, String pattern4, String pattern5, String pattern6)
Deprecated.static int
startColumn(net.sf.saxon.om.NodeInfo item)
Deprecated.static int
startLine(net.sf.saxon.om.NodeInfo item)
Deprecated.
-
-
-
Field Detail
-
PMD_NODE_USER_DATA
@Deprecated @InternalApi public static final String PMD_NODE_USER_DATA
Deprecated.Used by the XML module to associate PMD nodes with DOM nodes.- See Also:
- Constant Field Values
-
-
Method Detail
-
matches
public static boolean matches(String s, String pattern1, String pattern2, String pattern3)
Deprecated.
-
matches
public static boolean matches(String s, String pattern1, String pattern2, String pattern3, String pattern4)
Deprecated.
-
matches
public static boolean matches(String s, String pattern1, String pattern2, String pattern3, String pattern4, String pattern5)
Deprecated.
-
matches
public static boolean matches(String s, String pattern1, String pattern2, String pattern3, String pattern4, String pattern5, String pattern6)
Deprecated.
-
fileName
public static String fileName(net.sf.saxon.expr.XPathContext context)
Deprecated.
-
startLine
public static int startLine(net.sf.saxon.om.NodeInfo item)
Deprecated.
-
endLine
public static int endLine(net.sf.saxon.om.NodeInfo item)
Deprecated.
-
startColumn
public static int startColumn(net.sf.saxon.om.NodeInfo item)
Deprecated.
-
endColumn
public static int endColumn(net.sf.saxon.om.NodeInfo item)
Deprecated.
-
-