2. | Which component of JDOM Parser represents DOM tree? |
Discuss |
Answer: (a).Document
|
3. | Which of the following XPath expression selects attributes? |
Discuss |
Answer: (c).@
|
5. | What DOM stands for? |
Discuss |
Answer: (c).Document Object Model
|
6. | Which of the following is true about XML? |
Discuss |
Answer: (d).All of the above.
|
7. | Which of the following is true about XPath? |
Discuss |
Answer: (c).Both of the above.
|
8. | Which of the following XPath expression selects the parent of the current node? |
Discuss |
Answer: (b)...
|
9. | When to use a DOM Parser? |
Discuss |
Answer: (d).All of the above.
|
10. | Which of the following statements is not true about XML Schemas: |
Discuss |
Answer: (d).They have their own syntax.
|