Class JavaFunctions


  • @InternalApi
    @Deprecated
    public final class JavaFunctions
    extends Object
    Deprecated.
    Exposes all Java Language specific functions for Saxon use.
    • 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.