Element.GetElementsByTagNameNS
Element.GetElementsByTagNameNS method
Returns HTMLCollection object containing all elements with a given local name and namespace URI string in document order.
public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string localName)
| Parameter | Type | Description |
|---|---|---|
| namespaceURI | String | The namespace URI string representation. |
| localName | String | String representation of local name. |
Return Value
A live HTMLCollection of found elements.
Remarks
Refer to official spec.
See Also
- class HTMLCollection
- class Element
- namespace Aspose.Html.Dom
- assembly Aspose.HTML