Package com.saxonica.xsltextn.instruct


package com.saxonica.xsltextn.instruct

This package contains implementations of XSLT extension instructions available in Saxon-PE and Saxon-EE. The classes in this package contain the instruction/expression objects held on the expression tree, including the code for executing the instructions at run-time.

  • Classes
    Class
    Description
    Compiled instruction deriving from saxon:assign element in stylesheet.
    Handler for saxon:deep-update elements in stylesheet.
    Compiled instruction deriving from saxon:do element in stylesheet.
     
    Handler for a saxon:tabulate-maps instruction in an XSLT stylesheet.
    Handler for saxon:while elements in stylesheet.