JAXP whether for XML parsing or XML binding?

118 Views Asked by At

I know JAXP is for XML parsing but is it possible to achieve xml binding with the help of JAXP?

1

There are 1 best solutions below

0
On BEST ANSWER

No. For XML binding you could use JAXB, though.