Element.HasAttributeNS
Element.HasAttributeNS method
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
public bool HasAttributeNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
Return Value
true
if [has attribute NS] [the specified namespace URI]; otherwise, false
.
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG