Search code examples
xmlxml-parsingjaxpxml-binding

JAXP whether for XML parsing or XML binding?


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


Solution

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