Package org.jsoup.nodes
Class Range.AttributeRange
java.lang.Object
org.jsoup.nodes.Range.AttributeRange
- Enclosing class:
-
Range
public static class Range.AttributeRange extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeRange(Range nameRange, Range valueRange) Creates a new AttributeRange. -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(Object o) inthashCode()Get the source range for the attribute's name.StringtoString()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.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Method Details
-
nameRange
Get the source range for the attribute's name. -
valueRange
Get the source range for the attribute's value. -
toString
public String 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). .- Overrides:
-
toStringin classObject
-
equals
public boolean equals(Object o) - Overrides:
-
equalsin classObject
-
hashCode
public int hashCode()- Overrides:
-
hashCodein classObject
-