Element.GetAttributeNS
Element.GetAttributeNS method
Retrieves an attribute value by local name and package URI.
public String GetAttributeNS(String packageURI, String localName)
Parameter | Type | Description |
---|---|---|
packageURI | String | The package URI. |
localName | String | Name of the local. |
Return Value
Returns attribute
See Also
- class Element
- package com.aspose.html.Dom
- package Aspose.HTML