Class SaxonElementFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends StyleElement> getExtensionClass​(java.lang.String localname)
      Identify the class to be used for stylesheet elements with a given local name.
      • Methods inherited from class java.lang.Object

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

      • SaxonElementFactory

        public SaxonElementFactory()
    • Method Detail

      • getExtensionClass

        public java.lang.Class<? extends StyleElement> getExtensionClass​(java.lang.String localname)
        Identify the class to be used for stylesheet elements with a given local name. The returned class must extend net.sf.saxon.style.StyleElement
        Specified by:
        getExtensionClass in interface ExtensionElementFactory
        Parameters:
        localname - the local name of the element
        Returns:
        null if the local name is not a recognised element type in this namespace.