A

Admin • 828.03K Points
Coach

Q. Which of the following is an example to perform the most common XML manipulations using the XML objects invocation?

  • (A) insertChildBefore()
  • (B) insertChildAfter()
  • (C) appendChildAfter(…)
  • (D) appendChildBefore(…)
  • Correct Answer - Option(A)
  • Views: 10
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
E4X is designed so that you can perform most common XML manipulations using language syntax. E4X also defines methods you can invoke on XML objects. Here, for example, is the insertChildBefore() method:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.