Chủ Nhật, 10 tháng 8, 2014

Use NodeIterator to read xml file

Create an application demonstrating traversal of a DOM tree using theTreeWalker interface. Create an XML document containing the employee details of an organization. Then create an application, which uses the DOM parser to parse the XML document into a DOM tree and traverses through it. The application should implement the TreeWalker interface to traverse through all the nodes present in the DOM tree and print the value of the nodes.
Tạo Java Application và file XML như trên.

Code main class

Kết Quả
Demo tại đây


Nhận xét :
-Làm việc với file XML dễ dàng và an toàn hơn.
-Dễ sử dụng và rất mạnh mẽ

Không có nhận xét nào:

Đăng nhận xét