Uses of Class
org.jsoup.nodes.Range.Position
Packages that use Range.Position
-
Uses of Range.Position in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Range.PositionModifier and TypeFieldDescriptionprivate final Range.PositionRange.endprivate final Range.PositionRange.startprivate static final Range.PositionRange.UntrackedPosMethods 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.