Simple API for XML (SAX) interfaces

Of the four Simple API for XML (SAX) interfaces that handle parsing events, which allows custom handling of external entities?A: DocumentHandler B: DTDHandler C: ErrorHandler D: EntityResolver

Questions by jananianandan   answers by jananianandan

Showing Answers 1 - 3 of 3 Answers

Sumit Senagr

  • Feb 21st, 2007
 

EntityResolver

If a SAX application needs to implement customized handling for external entities, it must implement this interface and register an instance with the SAX driver using the setEntityResolver method.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions