JAXP : Java Glossary

go to home page J words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all) ©1996-2009 Roedy Green, Canadian Mind Products
JAXP
Java API for XML Processing. It is both an API specification from Sun and an implementation GNU opensource library for dealing with XML in Java.

Starting with JDK 1.5, JAXP is built-in to the JDK. It provides SAX-style (Simple API for XML) element-by-element parsing and XSLT-style (Extensible Stylesheet Language Transformations) transformations. DOM-style (Document Object Model) processing reads the entire XML file into RAM and converts it to a tree. It also includes Xerces. It lets you work with W3C XSD 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

Sun’s JDK 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
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.107]
You are visitor number 9,493.