Uses of Interface
elemental2.dom.Document.CreateElementTypeExtensionUnionType
-
-
Uses of Document.CreateElementTypeExtensionUnionType in elemental2.dom
Methods in elemental2.dom that return Document.CreateElementTypeExtensionUnionType Modifier and Type Method Description static Document.CreateElementTypeExtensionUnionType
Document.CreateElementTypeExtensionUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type Document.CreateElementTypeExtensionUnionType Modifier and Type Method Description Element
Document. createElement(java.lang.String tagName, Document.CreateElementTypeExtensionUnionType typeExtension)
-