Uses of Class
org.jsoup.nodes.Range.Position
-
Uses of Range.Position in org.jsoup.nodes
Modifier and TypeMethodDescriptionRange.end()
Get the end position of this node.Range.start()
Get the start position of this node.ModifierConstructorDescriptionRange
(Range.Position start, Range.Position end) Creates a new Range with start and end Positions.