public abstract class ElementOperator extends Object
| 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 |
| Constructor and Description |
|---|
ElementOperator() |
public abstract String operate(org.jsoup.nodes.Element element)
Copyright © 2023. All rights reserved.