JAXP (Java APIs for XML Processing) enables applications to parse, transform, validate and query XML documents using API. This API is independent of a particular XML processor implementation. JAXP doesn?t do any kind of processing instead it provides a mechanism to obtain parsed XML documents employing SAX and DOM parsers. It provides a mechanism to plug-in with various providers.
The libraries that define needed JAXP APIs are:
Read more at:
http:/www.javajazzup.com/issue8/page24.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Java APIs for XML Processing (JAXP)
Post your Comment