Document.CreateElementNS
Document.CreateElementNS method
Creates an element of the given qualified name and package URI.
public Element CreateElementNS(String packageURI, String qualifiedName)
Parameter | Type | Description |
---|---|---|
packageURI | String | The package URI. |
qualifiedName | String | Name of the qualified. |
Return Value
The Element
.
See Also
- class Element
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML