Package com.saxonica.ee.extfn.js
Class IXSLElementFactory
java.lang.Object
com.saxonica.ee.extfn.js.IXSLElementFactory
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
FieldsModifier and TypeFieldDescriptionstatic final ExtensionElementCreator
Identify the class to be used for stylesheet elements with a given local name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 Details
-
IXSLElementFactory
public IXSLElementFactory()
-