Tuesday, August 12, 2014

Use TreeWalker 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 như sau:
B2: tạo file employee.xml với dữ liệu sau:
B3:Tạo hàm traversal để lấy dữ liệu DOM Tree
B4: Code hàm main:
Kết quả:



NHẬN XÉT :
-  Tối ưu hóa để kết nối với DOM.
- Traversal : Thao tác trên các cây tốt hơn

No comments:

Post a Comment