An example for reading XML with Java

Reading XML with java can be done easily if you are using the Java API for XML Processing. You can download this API and if you want the specifications too from the Sun Microsystems website.

_______________________________________________


_______________________________________________

Once you have the Java API in place, it is needed to have the proper imports in your program. Typical imports statements might have,

import org.w3c.dom.Document;
import org.w3c.dom.DOMException;
import org.w3c.dom.Element;

The next step is to create a document object to load the XML file that should be read. If you have loaded the XML object then it is easy to traverse the nodes of the XML document and access all the nodes of the XML document. Creating a document object involves three steps as given in the code below.

DocumentBuilderFactory fact = DocumentBuilderFactory.newInstance();
DocumentBuilder db = fact.newDocumentBuilder();
doc = db.newDocument();

once the document object is loaded with the XML document you can use the methods like getDocumentElement().getNodeName() to get the root node of the XML document and use getElementsByTagName() to get all the elements of a particular name and then loop through them to display them.

Methods to change the attributes, create attributes, change nodes, and to remove nodes are also available.

IntelliJ Idea9 ActionScript 3/Flex Workflow Part 2 (O'Reilly Media)
Welcome to part 2 of my IntelliJ Idea 9 ActionScript 3/Flex workflow series. If you followed part 1 you should have a HelloWorldProject setup along with a HelloWorld module. Now it is time to learn how to compile our SWF and go over the other core features IntelliJ Idea 9 has to offer. Lets not waste any more time, here we go!

dot.Rory (BBC News)
'We'll still be here in 100 years, will Google?'

ExtenXLS 8 Java Spreadsheet SDK now with PDF Support (PRWeb via Yahoo! News)
ExtenXLS 8 provides advanced capabilities for Java applications requiring spreadsheet functionality with best-of-breed Excel compatibility. With doubled and tripled performance in some areas, ExtenXLS 8 allows for advanced use cases like executing formulas as web services and running high-performance reports on the fly from multiple data sources.




FREE Subscription

Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.

Name:
Email:

Note : We never rent, trade, or sell my email lists to
anyone. We assure that your privacy is respected
and protected.

_______________________________________

Recommended XML Books

cover
cover
cover
cover
cover
cover







 

 

FREE Subscription

Stay Current With the Latest Technology Developments Realted to XML. Signup for Our Newsletter and Receive New Articles Through Email.

Name:

Email:

Note : We never rent, trade, or sell our email lists to anyone. We assure that your privacy is respected and protected.

 

 

Add to My Yahoo!


New XML Books Titles - Best Seller's @ Amazon.com

Visit XML Training Material Guide Homepage

Technology helps engage students - how do classroom instruction and social dynamics change when the classroom is completely dependant on modern technology?

Cisco CCNA Certification Video Tutorial Guide - Learn How to Pass the Cisco CCNA 640-802 Exam... Guaranteed!

Train Signal Computer Training