Select which of the following correctly describes the message reception processing circumstances when a well-formed XML document has been sent/ received. [Transmission] Character encoding for the transmitted XML document is "UTF-16", and no XML declaration has been specified. The media type for transmission is set as "application/xml" without char set parameter. [Receipt] Implementation follows RFC3023 and XML 1.0. The receiving system first identifies the media type, and then processes the XML document. At the point that character encoding has been determined, an XML declaration (including encoding declaration) is appended automatically to the head of the received XML document.
Answer : D
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)?
[XML Document]
2004-07-01
2004-07-01-09:00
2004-07-01 13;00
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.). Although the expected processing result is choice "A", processing may not occur as expected. [SAX Processing] Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. The SAX parser is namespace aware. Assume no execution errors.
Answer : A
Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a non-validating SAX parser? This question reflects line feeds within the XML document.
[XML Document]
c
Answer : A
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.). Although the expected processing result is choice "A", processing may not occur as expected. [SAX Processing] Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. The SAX parser is namespace aware. Assume no execution errors.
Answer : A
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 no Name space Schema Location attribute and the schema Location attribute.
Answer : A
Which of the following is incorrect with respect to general characteristics of DOM (Level 2) processing and data binding tool processing?
Answer : C
Which of the following is a correct SOAP (SOAP 1.1) message according to the WSDL (WSDL 1.1) definition?
Answer : C