Document.QuerySelectorAll
Document.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 query selector |
Return Value
See Also
- class NodeList
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML