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 range, with 1-based line and column coordinates.Range.start()Get the start position of this range, with 1-based line and column coordinates.Constructors in org.jsoup.nodes with parameters of type Range.PositionModifierConstructorDescriptionRange(Range.Position start, Range.Position end) Deprecated.Use parser position tracking instead.