Class JavaFunctions
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.xpath.JavaFunctions
-
@InternalApi @Deprecated public final class JavaFunctions extends Object
Deprecated.Exposes all Java Language specific functions for Saxon use.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static double
metric(net.sf.saxon.expr.XPathContext context, String metricKeyName)
Deprecated.static boolean
typeIs(net.sf.saxon.expr.XPathContext context, String fullTypeName)
Deprecated.static boolean
typeIsExactly(net.sf.saxon.expr.XPathContext context, String fullTypeName)
Deprecated.static boolean
typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName)
Deprecated.static boolean
typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName, String shortTypeName)
Deprecated.
-
-
-
Method Detail
-
typeof
@Deprecated public static boolean typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName)
Deprecated.
-
typeof
@Deprecated public static boolean typeof(net.sf.saxon.expr.XPathContext context, String nodeTypeName, String fullTypeName, String shortTypeName)
Deprecated.
-
metric
public static double metric(net.sf.saxon.expr.XPathContext context, String metricKeyName)
Deprecated.
-
typeIs
public static boolean typeIs(net.sf.saxon.expr.XPathContext context, String fullTypeName)
Deprecated.
-
typeIsExactly
public static boolean typeIsExactly(net.sf.saxon.expr.XPathContext context, String fullTypeName)
Deprecated.
-
-