Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Field and Description |
---|---|
private Range.Position |
Range.end |
private Range.Position |
Range.start |
private static Range.Position |
Range.UntrackedPos |
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.
|