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

Use Xpath

Demo: In an organization, five hundred employees are working. Out of which some are apprentices. The Delivery Unit Head of that organization gave you the responsibility to develop a software, with which you can find the details of apprentices. Use the below files to develop the application:
1. The EmployeeDatabase.xml file holds the data of all employees.
2. Use XPath expressions.
In this application, the apprentices are defined in the trainee namespace while all other employees are defined in the default namespace. This application should count the number of apprentices and print their details on the user console.

Tạo Java Application và tạo file xml

Code tạo kết nối tới file XML vừa tạo trong main class

Code Namespace

Code Xpath

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

Nhận xét :
-Xpath đóng vai trò quan trọng trong quá trình trao đổi thông tin,cơ sở dữ liệu.
-Dễ dàng truy cập vào các node trong XML bằng cách viết các câu lệnh đơn giản và đặt điều kiện trong các câu lệnh.
-Cú pháp khai báo đơn giản và ngắn gọn.
-Cho phép ta chọn lựa những thông tin, dữ liệu nào mà ta muốn chuyển.

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

Đăng nhận xét