@verb #4172:":createElement" this none this rxdo #7788 @program #4172:":createElement" this none this " Element createElement(in DOMString tagName) raises(DOMException);" "" "Creates an element of the type specified. Note that the instance returned implements the Element interface, so attributes can be specified directly on the returned object. In addition, if there are known attributes with default values, Attr nodes representing them are automatically created and attached to the element. To create an element with a qualified name and namespace URI, use the createElementNS method." " tagName of type DOMString -> The name of the element type to instanciate." {tagName} = args element = $dom:document_createElement(tagName) element->__namespaceURI = this->__namespaceURI return element "Last modified by Floyd (#7788) on Fri Nov 15 07:42:33 2002 MST." .