query_selector method
query_selector
Returns the first element that is a descendant of node that matches selectors.
Returns
Returns the first matched element.
def query_selector(self, selectors):
...
Parameter | Type | Description |
---|---|---|
selectors | str | The selectors. |
See Also
- module
aspose.svg.dom
- class
IParentNode