|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.util.NameValueResult
public class NameValueResult
| Constructor Summary | |
|---|---|
NameValueResult(int startPos,
int lastParsedPos,
NameValuePair nameValuePair)
Creates the NameValueResult |
|
| Method Summary | |
|---|---|
NameValuePair |
getNameValuePair()
Gets The NameValuePair that represents the actual content of the NAME(VALUE) string |
int |
getNextParsePos()
Gets The last parsed position in the input string |
int |
getStartPos()
Gets The first parsed position in the input string |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NameValueResult(int startPos,
int lastParsedPos,
NameValuePair nameValuePair)
startPos - The first parsed position in the input stringlastParsedPos - The last parsed position in the input stringnameValuePair - The NameValuePair that represents the actual content of the NAME(VALUE) string| Method Detail |
|---|
public NameValuePair getNameValuePair()
public int getNextParsePos()
public int getStartPos()
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 | |||||||||