org.jsoup
public static interface Connection.KeyVal
Modifier and Type | Method and Description |
---|---|
java.lang.String |
key()
Get the key of a keyval
|
Connection.KeyVal |
key(java.lang.String key)
Update the key of a keyval
|
java.lang.String |
value()
Get the value of a keyval
|
Connection.KeyVal |
value(java.lang.String value)
Update the value of a keyval
|
Connection.KeyVal key(java.lang.String key)
key
- new keyjava.lang.String key()
Connection.KeyVal value(java.lang.String value)
value
- the new valuejava.lang.String value()
Copyright © 2009-2014 Jonathan Hedley. All Rights Reserved.