| Called to create an element with the specified tag name. Returned element
is of class derived from
XMLElement . If null is returned, an
element of type
XMLElement will be created.
When creating a new element, the parameters owner and
tagName must be passed as is to the
XMLElement constructor.
Parameters: owner - The owner document Parameters: tagName - The element tag name New element or null |