Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Field and Description |
---|---|
private static Range |
Range.Untracked |
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.
|
(package private) static Range |
Range.of(Node node,
boolean start)
Retrieves the source range for a given Node.
|
Range |
Node.sourceRange()
Get the source range (start and end positions) in the original input source that this node was parsed from.
|