Package org.jsoup.nodes
Class Range.AttributeRange
java.lang.Object
org.jsoup.nodes.Range.AttributeRange
- Enclosing class:
- Range
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Range
(package private) static final Range.AttributeRange
private final Range
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeRange
(Range nameRange, Range valueRange) Creates a new AttributeRange. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
Get the source range for the attribute's name.toString()
Get a String presentation of this Attribute range, in the formline,column:pos-line,column:pos=line,column:pos-line,column:pos
(name start - name end = val start - val end).Get the source range for the attribute's value.
-
Field Details
-
UntrackedAttr
-
nameRange
-
valueRange
-
-
Constructor Details
-
AttributeRange
Creates a new AttributeRange. Called during parsing by Token.StartTag.
-
-
Method Details
-
nameRange
Get the source range for the attribute's name. -
valueRange
Get the source range for the attribute's value. -
toString
Get a String presentation of this Attribute range, in the formline,column:pos-line,column:pos=line,column:pos-line,column:pos
(name start - name end = val start - val end). . -
equals
-
hashCode
public int hashCode()
-