Home Help Java X Java APIs for XML Processing (JAXP)



Java APIs for XML Processing (JAXP)
Posted on: November 18, 2009 at 12:00 AM
JAXP (Java APIs for XML Processing) enables applications to parse, transform, validate and query XML documents using API.

Java APIs for XML Processing (JAXP)

     

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:

  1. javax.xml.parsers
  2. org.w3c.dom
  3. org.xml.sax
  4. javax.xml.transform


Read more at:

http:/www.javajazzup.com/issue8/page24.shtml

Related Tags for Java APIs for XML Processing (JAXP):


More Tutorials from this section

Ask Questions?    Discuss: Java APIs for XML Processing (JAXP)  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.