Package | Description |
---|---|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Evaluator.IndexEquals |
Evaluator for matching by sibling index number (e = idx)
|
static class |
Evaluator.IndexGreaterThan |
Evaluator for matching by sibling index number (e > idx)
|
static class |
Evaluator.IndexLessThan |
Evaluator for matching by sibling index number (e < idx)
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.