JAXP: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
==Simple API for XML Parsing (SAX)==
==Simple API for XML Parsing (SAX)==


<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey; width: 40">
:[[JAXP SAX|SAX]]
:[[JAXP SAX|SAX]]
</blockquote>
</blockquote>

Revision as of 18:12, 9 November 2016

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.

APIs

Simple API for XML Parsing (SAX)

SAX

Document Object Model (DOM)

Streaming API for XML (StAX)

XSLT Support

Namespace Support