Interface ExtensibleDOMImplementation.ElementFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element create​(java.lang.String prefix, org.w3c.dom.Document doc)
      Creates an instance of the associated element type.
    • Method Detail

      • create

        org.w3c.dom.Element create​(java.lang.String prefix,
                                   org.w3c.dom.Document doc)
        Creates an instance of the associated element type.