Also, they claify the pulling/pushing behavior in the javadoc, which 
correpsonds with my design proposal.

>From the javadoc:

  | unmarshal
  | 
  | java.lang.Object unmarshal(javax.xml.stream.XMLStreamReader reader)
  |                            throws JAXBException
  | 
  |     Unmarshal XML data from the specified pull parser and return the 
resulting content tree.
  | 
  |     This method assumes that the parser is at a start element event, and 
the unmarshalling will be done from this start element to the corresponding end 
element. If this method returns successfully, the reader will be pointing at 
the token right after the end element. 
  | 

Thanks,
-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859044#3859044

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859044


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to