Uses of Class
org.jsoup.nodes.Range
-
Uses of Range in org.jsoup.nodes
Modifier 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.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.ModifierConstructorDescriptionAttributeRange
(Range nameRange, Range valueRange) Creates a new AttributeRange.