Class SaxonElementFactory


  • public class SaxonElementFactory
    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.
    • 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.
    • Constructor Detail

      • SaxonElementFactory

        public SaxonElementFactory()