Sunday, 4 January 2015

Java - XML Handling


In java XML document can be read by using parser applications. The parser has an application programming interface that enables you to extract the elements you need without complexity of interpreting the input stream your self.


JAXP (Java API for XML Processing) is the technology which enables the development of DOM API and SAX API.

XML parsers are




No comments:

Post a Comment

Note: only a member of this blog may post a comment.