public static class TagParser.Attr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
end
Attribute's end
|
java.lang.String |
name
Attribute's name (what's before the =)
|
int |
start
Attribute's start
|
java.lang.String |
val
Attribute's value (with quotes)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |