Document.GetElementsByTagNameNS
Document.GetElementsByTagNameNS method
Returns a NodeList of all the 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 nodes
See Also
- class HTMLCollection
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG