Uses of Class
org.jsoup.nodes.Range.Position
Packages that use Range.Position
-
Uses of Range.Position in org.jsoup.nodes
Methods in org.jsoup.nodes that return Range.PositionModifier and TypeMethodDescriptionRange.end()
Get the end position of this node.Range.start()
Get the start position of this node.Constructors in org.jsoup.nodes with parameters of type Range.PositionModifierConstructorDescriptionRange
(Range.Position start, Range.Position end) Creates a new Range with start and end Positions.