List of Java API for XML Processing (JAXP) Implementations

Q

What is Java API for XML Processing (JAXP)? How many types of standard JAXP interfaces exist today? What are popular implementations of each standard JAXP interfaces?

✍: FYIcenter.com

A

What is Java API for XML Processing (JAXP)? Java API for XML Processing (JAXP) are API (Application Progamming Interfaces) interfaces that provide the capability of validating, parsing, and manipulating XML documents.

How many types of standard JAXP interfaces exist today? Currently, there are 4 standard JAXP API interfaces:

  • DOM - Document Obnect Model (DOM) JAXP interface
  • SAX - Simple API for XML (SAX) JAXP interface
  • StAX - Streaming API for XML (StAX) interface
  • TrAX - Transformation API for XML (TrAX) interface

What are popular implementations of each standard JAXP interfaces?

Popular implementations of JAXP DOM interfaces:

Popular implementations of JAXP SAX interfaces:

Popular implementations of JAXP StAX interfaces:

Popular implementations of JAXP TrAX interfaces:

2012-03-01, 6805🔥, 0💬