Uses of Class
org.jsoup.nodes.Range.AttributeRange
-
Packages that use Range.AttributeRange Package Description org.jsoup.nodes HTML document structure nodes. -
-
Uses of Range.AttributeRange in org.jsoup.nodes
Fields in org.jsoup.nodes declared as Range.AttributeRange Modifier and Type Field Description (package private) static Range.AttributeRange
Range.AttributeRange. UntrackedAttr
Methods in org.jsoup.nodes that return Range.AttributeRange Modifier and Type Method Description Range.AttributeRange
Attribute. sourceRange()
Get the source ranges (start to end positions) in the original input source from which this attribute's name and value were parsed.Range.AttributeRange
Attributes. sourceRange(java.lang.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.AttributeRange Modifier and Type Method Description (package private) java.util.Map<java.lang.String,Range.AttributeRange>
Attributes. getRanges()
Get the Ranges, if tracking is enabled; null otherwise.
-