Package com.saxonica.xsltextn.style


package com.saxonica.xsltextn.style

This package contains implementations of XSLT extension instructions available in Saxon-PE and Saxon-EE. The classes in this package contain the objects used as nodes on the stylesheet tree, containing code for initial compile-time validation of the instruction, and code for generating the corresponding expressions on the expression tree.

  • Classes
    Class
    Description
    A Factory for the old saxon:output extension instruction (in the old Saxon6 namespace) for the benefit of people running the docbook stylesheets.
    saxon:assign element in stylesheet.
    Handler for saxon:deep-update elements in stylesheet.
    Handler for saxon:do elements in stylesheet.
    A saxon:doctype element in the stylesheet.
    A Factory for Saxon extension nodes in the stylesheet tree.
    A saxon:entity-ref element in the stylesheet.
    The class implements a saxon:import-query declaration in a stylesheet.
    Handler for saxon:tabulate-maps elements in stylesheet.
    Handler for saxon:while elements in stylesheet.