Question 1
Push the Exhibit Button to load the referenced "XML Document 1" and "XML Document 2," and process XML using "DOM Processing."


Question 2
Push the Exhibit Button to load the referenced "XML Document".
When processing the "XML Document" according to the method shown by "DOM Processing," which of the following correctly describes the output results (print and/or println method output)?
Although the expected processing result is choice "A", processing may not occur as expected.
[DOM Processing] Process XML using the following method. printXML( doc ); The variable doc here references the Document instance of the loaded XML Document. The DOM parser is namespace aware.
Assume no execution errors.
When processing the "XML Document" according to the method shown by "DOM Processing," which of the following correctly describes the output results (print and/or println method output)?
Although the expected processing result is choice "A", processing may not occur as expected.
[DOM Processing] Process XML using the following method. printXML( doc ); The variable doc here references the Document instance of the loaded XML Document. The DOM parser is namespace aware.
Assume no execution errors.
Question 3
Which of the following is incorrect with respect to XML?
Question 4
Which of the following correctly describes a data binding tool that maps XML data and programming objects?
Question 5
Select which of the following correctly describes the results of performing a validation check on "XML Document". Assume that the XML parser correctly processes the XML schema schema Location attribute.

