Class JavaFunctions


  • @InternalApi
    @Deprecated
    public final class JavaFunctions
    extends java.lang.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, java.lang.String metricKeyName)
      Deprecated.
       
      static boolean typeIs​(net.sf.saxon.expr.XPathContext context, java.lang.String fullTypeName)
      Deprecated.
       
      static boolean typeIsExactly​(net.sf.saxon.expr.XPathContext context, java.lang.String fullTypeName)
      Deprecated.
       
      static boolean typeof​(net.sf.saxon.expr.XPathContext context, java.lang.String nodeTypeName, java.lang.String fullTypeName)
      Deprecated.
      static boolean typeof​(net.sf.saxon.expr.XPathContext context, java.lang.String nodeTypeName, java.lang.String fullTypeName, java.lang.String shortTypeName)
      Deprecated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • typeof

        @Deprecated
        public static boolean typeof​(net.sf.saxon.expr.XPathContext context,
                                     java.lang.String nodeTypeName,
                                     java.lang.String fullTypeName)
        Deprecated.
      • typeof

        @Deprecated
        public static boolean typeof​(net.sf.saxon.expr.XPathContext context,
                                     java.lang.String nodeTypeName,
                                     java.lang.String fullTypeName,
                                     java.lang.String shortTypeName)
        Deprecated.
      • metric

        public static double metric​(net.sf.saxon.expr.XPathContext context,
                                    java.lang.String metricKeyName)
        Deprecated.
      • typeIs

        public static boolean typeIs​(net.sf.saxon.expr.XPathContext context,
                                     java.lang.String fullTypeName)
        Deprecated.
      • typeIsExactly

        public static boolean typeIsExactly​(net.sf.saxon.expr.XPathContext context,
                                            java.lang.String fullTypeName)
        Deprecated.