| Package | Description |
|---|---|
| us.codecraft.xsoup.xevaluator |
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementOperator.AllText |
static class |
ElementOperator.AttributeGetter |
static class |
ElementOperator.GroupedText |
static class |
ElementOperator.Html |
static class |
ElementOperator.OuterHtml |
static class |
ElementOperator.Regex
usage:
regex('.*') regex(@attr,'.*') regex(@attr,'.*',group) |
static class |
ElementOperator.TidyText |
| Modifier and Type | Method and Description |
|---|---|
ElementOperator |
DefaultXPathEvaluator.getElementOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultXElement.get(ElementOperator elementOperator) |
| Constructor and Description |
|---|
DefaultXElement(org.jsoup.nodes.Element element,
ElementOperator elementOperator) |
DefaultXElements(org.jsoup.select.Elements elements,
ElementOperator elementOperator) |
DefaultXPathEvaluator(org.jsoup.select.Evaluator evaluator,
ElementOperator elementOperator) |
Copyright © 2023. All rights reserved.