| Package | Description |
|---|---|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Range.Position |
Range.end()
Get the end position of this node.
|
Range.Position |
Range.start()
Get the start position of this node.
|
| Constructor and Description |
|---|
Range(Range.Position start,
Range.Position end)
Creates a new Range with start and end Positions.
|
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.