XML Master Professional Application Developer Practice Exam

Question 1

Correct answer : c

With respect to SAX, having an understanding of the main methods and their uses for major classes/interfaces, exclusive of Extensions (org.xml.sax.ext package), should be sufficient. Operations through Java JAXP are not included in the scope of the exam. Three methods are defined within the org.xml.sax.ErrorHandler interface. When a validity constraint violation is discovered during validity check, an error method is called. When an XML well-formedness constraint violation is encountered, the fatalError method is called. When a warning as defined under XML 1.0 is encountered, the warning method is called.