Demo 1: Create an application, which demonstrates the generation of an error during parsing an XML document. Write the code for handling different types of errors and exceptions. Define an endDocument() method to override the contentHandler. Declare a method to override the error method of errorhandler.
|
Tạo file xml |
|
Code class Handler |
|
Code main Class |
|
Kết quả |
Demo tại
đây
Demo 2: Create an application, which demonstrates the implementations of DTDHandler interface methods. As the DefaultHandler implements the DTDHandler interface, you need to override the desired methods of DTDHandler interface.
|
Tạo file xml |
|
Code class handler |
|
code main class |
|
Kết quả |
Demo 3: Create an XML file Report.xml that contains the sales data for this financial year. Create an application that demonstrates the implementations of LexicalHandler interface methods .The application should display the number of entities, CDATA, and comments in the Report.xml document.
|
tạo file xml |
|
Code main class |
|
Kết quả |
NHẬN XÉT :
-Kiểm soát lỗi tốt với các override method của Default Handler và SaxException
-Xây dựng các ứng dụng đơn giản một cách dễ dàng
Không có nhận xét nào:
Đăng nhận xét