@Deprecated public interface ElementFactory
ElementImpl.
The createElement(org.w3c.dom.Document, java.lang.String, java.lang.String) will be called to create any element and may
behave in one of three manners:
ElementImpl
ElementImpl| Modifier and Type | Method and Description |
|---|---|
Element |
createElement(Document owner,
String namespaceURI,
String qualifiedName)
Deprecated.
Called to create an element with the specified tag name.
|
Element createElement(Document owner, String namespaceURI, String qualifiedName)
Element. If null is
returned, an element of type Element will be created.
When creating a new element, the parameters owner and
tagName must be passed as is to the Element
constructor.
owner - The owner documentnamespaceURI - The namespace URI if specified, or nullqualifiedName - The qualified element tag namePhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.