Class IXSLElementFactory


  • public abstract class IXSLElementFactory
    extends java.lang.Object
    Class IXSLElementFactory. A "Factory" for IXSL extension nodes in the stylesheet tree.

    The standard namespace associated with this extension is "http://saxonica.com/ns/interactiveXSLT". However, it can be registered under a different namespace if required.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ExtensionElementCreator FACTORY
      Identify the class to be used for stylesheet elements with a given local name.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FACTORY

        public static final ExtensionElementCreator FACTORY
        Identify the class to be used for stylesheet elements with a given local name. The returned class must extend net.sf.saxon.style.StyleElement
    • Constructor Detail

      • IXSLElementFactory

        public IXSLElementFactory()