Element.GetAttributeNodeNS
Element.GetAttributeNodeNS method
Retrieves an Attr node by local name and namespace URI.
public Attr GetAttributeNodeNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
Return Value
Returns attribute
See Also
- class Attr
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG