JAXP : Java Glossary

JAXP
JAXP (Java Api for Xml Processing) is both an API (Application Programming Interface) specification from Sun and an implementation GNU opensource library for dealing with XML (extensible Markup Language) in Java.

Starting withJava version 1.5, JAXP is built into the JDK (Java Development Kit). It provides SAX (Simple API for XML)-style element-by-element parsing and XSLT (extensible Stylesheet Language Transformations)-style XSLT transformations. DOM (Document Object Model)-style processing reads the entire XML file into RAM (Random Access Memory) and converts it to a tree. It also includes Xerces. It lets you work with W3C (World Wide Web Consortium) XSD (XML Scheme Definition) schemas.

Handled by the javax.xml.* tree of packages using the bundled Xerces implementation in the com.sun.org.apache.xerces.internal.impl.* package tree.

Learning More

Oracle’s Technote Guide on JAXP for recent JDKs : available:


CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/jaxp.html J:\mindprod\jgloss\jaxp.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.210]
You are visitor number 12,260.