Java Enterprise Edition (J2EE/JEE) Question:

What is Java API for XML Processing (JAXP)?

Tweet Share WhatsApp

Answer:

An API for processing XML documents. JAXP leverages the parser standards SAX and DOM so that you can choose to parse your data as a stream of events or to build a tree-structured representation of it. JAXP supports the XSLT standard, giving you control over the presentation of the data and enabling you to convert the data to other XML documents or to other formats, such as HTML. JAXP provides namespace support, allowing you to work with schema that might otherwise have naming conflicts.

Download J2EE PDF Read All 112 J2EE Questions
Previous QuestionNext Question
What is Java 2 Platform, Micro Edition (J2ME)?What is Java API for XML-based RPC (JAX-RPC)?