JAXP: Architecture |
|
The JAXP API acts as a layer between the applications and the XML processing APIs such as DOM, SAX, and XSLT. JAXP does not allow the application code to directly work with specific parser or processor implementations. Instead, JAXP enables you to write code over an abstract base of classes and interfaces that JAXP provides. This level of indirection allows your applications to be independent of a proprietary XML parser implementation. |
![]() |
Click the Next button to continue. |