Uses of Class
org.jsoup.nodes.Range.AttributeRange
Packages that use Range.AttributeRange
-
Uses of Range.AttributeRange in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Range.AttributeRangeModifier and TypeFieldDescription(package private) static final Range.AttributeRange
Range.AttributeRange.UntrackedAttr
Methods in org.jsoup.nodes that return Range.AttributeRangeModifier and TypeMethodDescriptionAttribute.sourceRange()
Get the source ranges (start to end positions) in the original input source from which this attribute's name and value were parsed.Attributes.sourceRange
(String key) Get the source ranges (start to end position) in the original input source from which this attribute's name and value were parsed.Methods in org.jsoup.nodes that return types with arguments of type Range.AttributeRangeModifier and TypeMethodDescription(package private) Map<String,
Range.AttributeRange> Attributes.getRanges()
Get the Ranges, if tracking is enabled; null otherwise.