I10-002 Exam Questions & Answers
XML Master Professional Application Developer • XML
100% money-back guarantee
Sample I10-002 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
Select which of the following DOM (Level 2) nodes does not hold a value (returns "null"). (Multiple answers possible. Select two.)
Push the Exhibit Button to load the referenced "XML Document".
Assume that the character "3" is obtained from the "XML document". Select which XSLT style sheet correctly performs the transformation. (Multiple answers possible. Select two.)
Select the following DOM (Level 2) methods that can add an attribute node (Attr) to an element node (Element). (Multiple answers possible. Select two.)
Use DOM programming to create XML according to the schema defined by NewsML (portions modified for this question). Push the Exhibit Button to load the referenced "XML Document".
[XML Document]
Load the "XML Document" and update the XML according to the method shown by "DOM Processing". Select which of the following correctly describes the results of performing a validation check on the created XML against the schema ("DTD" and "article.dtd"). Assume that "article.dtd" can be parsed normally during validation. The existence of a document type declaration during validation is not reflected.
[DOM Processing]
Create XML using the following method.
Document output = createXML( doc );
The variable doc here references the Document instance of the loaded XML Document.
Assume no execution errors.
When receiving an XML document following the DTD defined by NewsML (portions modified for this question), the document is processed via SAX programming. Push the Exhibit Button to load the referenced "DTD". When processing the following "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (print method output)?
[DTD]
Note that the attribute value is not output for this question.
[XML Document]
The root element name (document element name) is "NewsML".
The XML document follows the "DTD" definition.
The XML Document has no document type declaration.
The XML Document is comprised of elements, attributes and character data; comments and CDATA secions, etc. are not included.
The XML Document is indented, and includes ignorable white spaces such as line feeds and tabs before the start-tags.
[SAX Processing]
Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX.
Assume no execution errors.
Get access to all 80 verified questions with detailed answers.
Unlock All I10-002 Questions