Examveda
Examveda

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(…)

Answer: Option A

Solution(By Examveda Team)

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:

This Question Belongs to Javascript >> Classes And Modules

Join The Discussion

Related Questions on Classes and Modules