Element.GetElementsByTagNameNS
Element.GetElementsByTagNameNS method
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
Return Value
Returns elements
See Also
- class HTMLCollection
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG