Note that the unmarshaller will think that the <contact> element is the root element of a document, so it is important for the <contact> element to be declared as a global element.
It unmarshals one <contact> at a time, then process it. The added benefit is that you can stop the processing as soon as you find the info you are looking for. This makes the program a lot (average of roughly 2x) faster. @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|