Uses of Class
org.jsoup.nodes.Range
Packages that use Range
-
Uses of Range in org.jsoup.nodes
Fields in org.jsoup.nodes declared as RangeModifier and TypeFieldDescriptionprivate final RangeRange.AttributeRange.nameRange(package private) static final RangeRange.UntrackedAn untracked source range.private final RangeRange.AttributeRange.valueRangeMethods in org.jsoup.nodes that return RangeModifier and TypeMethodDescriptionElement.endSourceRange()Get the source range (start and end positions) of the end (closing) tag for this Element.Range.AttributeRange.nameRange()Get the source range for the attribute's name.(package private) static RangeRetrieves the source range for a given Node.Node.sourceRange()Get the source range (start and end positions) in the original input source from which this node was parsed.Range.AttributeRange.valueRange()Get the source range for the attribute's value.Constructors in org.jsoup.nodes with parameters of type RangeModifierConstructorDescriptionAttributeRange(Range nameRange, Range valueRange) Creates a new AttributeRange.