Tuesday, August 12, 2014

Use NodeIterator to read xml file

Module 6: 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 all the nodes present in the DOM tree and print the value of the nodes.

B1: tạo mới 1 java application:
B2:Tạo 1 file employee.xml
B3: Code hàm main:
Kết quả:


Nhận xét:
  • Giúp cho việc truy xuất tới các thẻ 1 cách dễ dàng
  • Traversal có thể chọn lọc các nội dung của tài liệu để hiện thị rõ ràng

No comments:

Post a Comment