public static class RE.AV
extends java.lang.Object
attr
and val
fields record the attribute tag and the value string stripped of its
delimiting quote characters. Either of these fields may be
null
.Modifier and Type | Field and Description |
---|---|
java.lang.String |
attr
Attribute name.
|
java.lang.String |
val
Value string, without enclosing quotes.
|
Constructor and Description |
---|
AV()
Constructs an AV-pair with both values
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representing this AV-pair.
|