Class DedicatedStaticContext

    • Constructor Detail

      • DedicatedStaticContext

        public DedicatedStaticContext​(Configuration config)
      • DedicatedStaticContext

        public DedicatedStaticContext​(IndependentContext ic)
        Create a DedicatedStaticContext as a copy of an IndependentContext
        Parameters:
        ic - the IndependentContext to be copied
    • Method Detail

      • setExecutable

        public void setExecutable​(Executable exec)
      • getExecutable

        public Executable getExecutable()
        Description copied from interface: Container
        Get the Executable (representing a complete stylesheet or query) of which this Container forms part
        Specified by:
        getExecutable in interface Container
        Returns:
        the executable