Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

XML Exam I10-002 Topic 5 Question 88 Discussion

Actual exam question for XML's I10-002 exam
Question #: 88
Topic #: 5
[All I10-002 Questions]

Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a validating SAX parser? This question reflects line feeds within the XML Document.

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Yan
3 days ago
I see your point, but I think option A makes more sense because it includes the ignorableWhitespace between elements.
upvoted 0 times
...
Jarod
4 days ago
I disagree, I believe the correct order is C) startDocument - startElement - startElement - characters - endElement - endElement - endDocument.
upvoted 0 times
...
Yan
15 days ago
I think the correct call order is A) startDocument - startElement - ignorableWhitespace - startElement - characters - endElement - ignorableWhitespace - endElement - endDocument.
upvoted 0 times
...

Save Cancel