I have a string to unmarshal
<?xml version="1.0" encoding="UTF-8"?><Nbr>65</Nbr>
i want to get the value 65.
please help me , i am beginner in JAXB.
I have a string to unmarshal
<?xml version="1.0" encoding="UTF-8"?><Nbr>65</Nbr>
i want to get the value 65.
please help me , i am beginner in JAXB.
You should look at unmarshalling examples available over internet. One such example: http://www.javatpoint.com/jaxb-unmarshalling-example