This class works like {@link StringTokenizer}; each time {@link #parseNext()}is invoked, the parser "moves" to the next key/value pair, which you can then obtain with {@link #getKey()} and {@link #getValue()}. The {@link #hasNext()} method shall be used to check if there's a next key/valuepair after the current position. TODO: improved error check @author Kohsuke Kawaguchi
|
|
|
|
|
|
|
|
|
|