Visiting All the Nodes in a DOM Document

// Obtain an DOM document; this method is implemented in
// The Quintessential Program to Create a DOM Document from an XML File
Document doc = parseXmlFile("infilename.xml", true);

visit(doc, 0);

// This method visits all the nodes in a DOM tree
public static void visit(Node node, int level) {
    // Process node

    // If there are any children, visit each one
    NodeList list = node.getChildNodes();
    for (int i=0; i<list.getLength(); i++) {
        // Get child node
        Node childNode = list.item(i);

        // Visit child node
        visit(childNode, level+1);
    }
}

Comments

25 May 2011 - 2:37am by thiru (not verified)

hi

25 May 2011 - 2:37am by thiru (not verified)

hi

6 Jun 2011 - 5:33am by Agatha (not verified)

Wow! That's a really neat anewsr!

6 Jun 2011 - 9:51am by Janai (not verified)

I'm out of leguae here. Too much brain power on display!

22 Jun 2011 - 6:52am by karthik (not verified)

hello how to remove child to subchild node remove for ex:, in this node i have remove <@xmlns:content>. how will i remove plz help me

14 Jul 2011 - 8:24pm by site to buy custom essay (not verified)

No one in the whole world is able to help you with academic paper completing as fast, as professional custom writing firm will do. Hence, it will be ok if you use papers buy options at the reliable organization.

28 Oct 2011 - 2:16am by Cheap air jordan (not verified)

The Cheap air jordan became famous when Michael Jordan came into use in the field. They were not the traditional white peaks that basketball players have traditionally been, and the National Basketball Association officials forbade him to use them. Michael Jordan ignored the ban and was fined $ 5,000 each time you used them during a match. The controversy became even more popular shoes and quickly became the most sought after shoes in this country and around the world.air jordan 7 air jordan 11 cheap air jordans for sale air jordan for sale discount air jordan cheap air jordan Shoes cheap air jordan sale Air jordan Retro air jordan 5 version of the sneaker is truly the best-selling line of shoe size, so many to buy these for their support while playing basketball, not just their appearance. The boys want to emulate Michael Jordan basketball moves on the ground of particular benefit to the sneakers.air jordan 5 air jordan 5 retro air jordan retro 5 jordan shoes 5 jordan 5 shoes air jordan 5 shoes air jordan 5 for sale cheap air jordan 5

21 Feb 2012 - 8:41pm by LISA (not verified)

- I wonder at you knowing any.
- Are you so severe on your own sex?
nike free run

Post a comment

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.