How to extract information from a DOM object without specifying the TAG Nam

Respected All

Can I extract value of tag from DOM object without specifying the xml tag element name or traverse it like arraylist or vector , if it is a tree of node then there is any way to traverse the tree to extract its values

please comment or any idea

[277 byte] By [mskamala] at [2007-11-27 11:46:30]
# 1

have a look at the java doc... try to use those getter method...

e.g. getAttributes, getChildNodes.. use a for loop and store the value into a List..

hope this help..

JWKC-5ivea at 2007-7-29 18:07:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...