What are the interfaces of SAX?
Answer:
The interfaces of SAX are:
- DocumentHandler- is used for getting event notification relating to a document.
- DTDHandler- is implemented to get the notifications related to declarations in DTD like entities and notations
- EntityResolver- is used for reading external entities.
- ErrorHandler- is used for handling error related notifications.
No comments:
Post a Comment