Document.CreateAttributeNS
Document.CreateAttributeNS method
Creates an attribute of the given qualified name and namespace URI.
public Attr CreateAttributeNS(string namespaceURI, string qualifiedName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
qualifiedName | String | Name of the qualified. |
Return Value
The Attr
.
See Also
- class Attr
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG