Uses of Class
org.jsoup.nodes.Range.AttributeRange
Packages that use Range.AttributeRange
-
Uses of Range.AttributeRange in org.jsoup.nodes
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 with parameters of type Range.AttributeRangeModifier and TypeMethodDescriptionAttributes.sourceRange
(String key, Range.AttributeRange range) Set the source ranges (start to end position) from which this attribute's name and value were parsed.