Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     insertChildBefore()

    B.

     insertChildAfter()

    C.

     appendChildAfter(…)

    D.

     appendChildBefore(…)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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:


Be The First To Comment