I10-002 試験問題を無料オンラインアクセス
| 試験コード: | I10-002 |
| 試験名称: | XML Master: Professional V2 |
| 認定資格: | XML Master |
| 無料問題数: | 80 |
| 更新日: | 2025-12-03 |
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.
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". When processing the "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (print and/or println method output)?
[XML Document]
2004-07-01
2004-07-01 09:00
Helen Edwards
2004-07-01 13:00
John Smith
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.
When processing the following "XML Document" according to the method shown by "DOM Processing," which of the following correctly describes the output results (print method output)?
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 is the most appropriate expression of the results under XML 1.0? Line feeds and/or indents are not reflected in the results.
[XML Document]
2004-07-01 13:00
WAITING
2004-07-01 16:00
WAITING
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.).
[DOM Procesing]
Create XML using the following method.
Document output = createXML( doc, impl );
The variable doc here references the Document instance of the loaded XML Document.
The variable impl here references the DOMImplementation instance.
The DOM parser is namespace aware.
Assume no execution errors.