| Package | Description |
|---|---|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Range |
Element.endSourceRange()
Get the source range (start and end positions) of the end (closing) tag for this Element.
|
Range |
Node.sourceRange()
Get the source range (start and end positions) in the original input source that this node was parsed from.
|
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.