|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.RE.AV
public static class RE.AV
A structure that records the result of a scan for an
attribute='value' string. The 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
.
Field Summary | |
---|---|
java.lang.String |
attr
Attribute name. |
java.lang.String |
val
Value string, without enclosing quotes. |
Constructor Summary | |
---|---|
RE.AV()
Constructs an AV-pair with both values null . |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representing this AV-pair. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String attr
public java.lang.String val
Constructor Detail |
---|
public RE.AV()
null
.
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |