Element.GetAttributeNodeNS
Element.GetAttributeNodeNS method
Retrieves an Attr node by local name and package URI.
public Attr GetAttributeNodeNS(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 Attr
- class Element
- package com.aspose.html.Dom
- package Aspose.HTML