在J2EE中,在my.xml中只有代码:<br /> <img src="https://nimg.ppkao.com/2018-07/xiashuhui/2018070916410377882.jpg?sign=5462f3721d25a92d934c7a3e9ded8516&t=62d161d7" /><br /> 假设doc为已经创建的Document对象,则()解析生成上述XML文档对象。    
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”);