query_selector_all method
query_selector_all
Returns all element descendants of node that match selectors.
Returns
Returns the static result of running scope-match a selectors string selectors against the context object.
def query_selector_all(self, selectors):
...
Parameter | Type | Description |
---|---|---|
selectors | str | The selectors. |
See Also
- module
aspose.svg.dom
- class
IParentNode
- class
NodeList