Class Initializer


  • @InternalApi
    @Deprecated
    public final class Initializer
    extends java.lang.Object
    Deprecated.
    Is internal API
    This class serves as the means to perform XPath related static initialization. For example, initializing custom Jaxen Functions. Initialization should be performed before any XPath related operations are performed.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void initialize()
      Deprecated.
      Perform all initialization.
      static void initialize​(net.sf.saxon.sxpath.IndependentContext context)
      Deprecated.
      Perform all initialization.
      • Methods inherited from class java.lang.Object

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

      • initialize

        public static void initialize()
        Deprecated.
        Perform all initialization.
      • initialize

        public static void initialize​(net.sf.saxon.sxpath.IndependentContext context)
        Deprecated.
        Perform all initialization.