Document.CreateElementNS
Document.CreateElementNS method
Creates an element of the given qualified name and namespace URI.
public Element CreateElementNS(string namespaceURI, string qualifiedName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
qualifiedName | String | Name of the qualified. |
Return Value
The Element
.
See Also
- class Element
- class Document
- namespace Aspose.Html.Dom
- assembly Aspose.HTML