public final class CssSelectorParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<ICssSelectorItem> |
parseSelectorItems(String selector)
Parses the given CSS selector string into a list of
ICssSelectorItem objects. |
public static List<ICssSelectorItem> parseSelectorItems(String selector)
ICssSelectorItem objects.
This method processes the selector string character by character, handling state transitions
and escape sequences to generate a structured representation of the selector components.selector - the CSS selector string to be parsedICssSelectorItem objects representing the components of the parsed selectorCopyright © 1998–2025 Apryse Group NV. All rights reserved.