| Package | Description |
|---|---|
| com.openhtmltopdf.css.newmatch | |
| com.openhtmltopdf.css.sheet |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.getAncestorSelector() |
Selector |
Selector.getChainedSelector()
get the next selector in the chain, for matching against elements along
the appropriate axis
|
| Modifier and Type | Method and Description |
|---|---|
void |
Selector.setAncestorSelector(Selector ancestor) |
void |
Selector.setChainedSelector(Selector selector) |
void |
Selector.setSiblingSelector(Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
void |
Selector.toCSS(StringBuilder sb,
Set<Selector> stopAt)
Prints the selector chain to a StringBuilder, stopping
when it hits a selector in the stopAt set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Selector> |
Ruleset.getFSSelectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ruleset.addFSSelector(Selector selector) |
Copyright © 2004–2025. All rights reserved.