Package com.saxonica.ee.trans
Class SaxonElementFactoryEE
- java.lang.Object
-
- com.saxonica.ee.trans.SaxonElementFactoryEE
-
public abstract class SaxonElementFactoryEE extends java.lang.Object
A Factory for Saxon extension nodes in the stylesheet tree.
-
-
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.
-
Constructor Summary
Constructors Constructor Description SaxonElementFactoryEE()
-
-
-
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
-
-