Element.QuerySelectorAll
Element.QuerySelectorAll method
Returns a NodeList of all the Elements in document, which match selector
public NodeList QuerySelectorAll(string selector)
Parameter | Type | Description |
---|---|---|
selector | String | The selector |
Return Value
See Also
- class NodeList
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG