Question 16
Push the Exhibit Button to load the referenced "DOM Processing," and process XML using "DOM Processing."
Select which of the following describes the correct results. Although the expected processing result is choice "A", processing may not occur as expected. [DOM Processing]
Process XML using the following method. Document output = updateXML( report, list );
The variable report here references the Document instance of the loaded "XML Document 1".
The variable list here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware. Assume no execution errors. [XML Document 1]
Select which of the following describes the correct results. Although the expected processing result is choice "A", processing may not occur as expected. [DOM Processing]
Process XML using the following method. Document output = updateXML( report, list );
The variable report here references the Document instance of the loaded "XML Document 1".
The variable list here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware. Assume no execution errors. [XML Document 1]
Question 17
Which of the following correctly describes a WSDL (WSDL 1.1) definition defining a certain service specification?
Question 18
Push the Exhibit Button to load the referenced "XML Document," and process XML using "DOM Processing."
Question 19
Select which of the following correctly describes the output results of an XSLT transformation of the following "XML Document" using the "XSLT Style Sheet". Note that the XSLT processor can output transformation results as a document.


Question 20
Push the Exhibit Button to load the referenced "XML Document". When processing the "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (println method output)?
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.). [SAX Processing] Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. The SAX parser is namespace aware. Assume no execution errors.
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.). [SAX Processing] Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. The SAX parser is namespace aware. Assume no execution errors.