A.Node person = doc.createNode(“PERSON”,”E01”);
B.Element person = doc.createElement(“PERSON”,”E01”);
C.Element person = doc.createElement (“PERSON”);Person.setAttribute(“PERSON”,”E01”);
D.Node person = doc.createElement (“PERSON”);Person.setAttribute(“PERSON”,”E01”);