JAXP
Jump to navigation
Jump to search
Internal
Overview
Java API for XML Processing (JAXP) is a generic term covering various low-level XML APIs in Java SE: SAX, DOM, StAX, XSLT support, namespace support, etc.
JAXP is centered around the concept of pluggability, allowing to plug in a specific implementation of the SAX or DOM API, XSLT processor, etc.