@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:
ElementImplElementImpl| Modifier and Type | Method and Description |
|---|---|
Element | createElement(Document owner, String namespaceURI, String qualifiedName)Deprecated. |
@Deprecated 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 parametersowner andtagName 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.
© 2026 Mindus SARL. All rights reserved.