Document.CreateAttributeNS
Document.CreateAttributeNS method
The Document.createAttribute() method creates a new attribute node, and returns it. The object created a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
public Attr CreateAttributeNS(string namespaceURI, string qualifiedName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI of the attribute. |
qualifiedName | String | name is a string containing the name of the attribute. |
Return Value
The Attr
.
See Also
- class Attr
- class Document
- namespace Aspose.Html.Dom
- assembly Aspose.HTML