A.getDocumentElement方法
B.getElementsByTagName方法
C.getElementTagName方法
D.getElementById方法
第1题:
A.Node和Element类
B.Document和NodeList类
C.TransformerFactory和Transformer类
D.TransFactory和Transmer类
第2题:
A.Documentdoc=DocumentBuilderFactory.parse(“my.xml”);
B.Documentdoc=DocumentBuilder.parse(“my.xml”);
C.DocumentBuilderFactorydbf=DocumentBuilderFactory.newInstance();DocumentBuilder builder=dbf.newDocumentBuilder();Documentdoc=builder.parse(“my.xml”);
D.DocumentBuilderbuilder=newDocumentBuilder();Documentdoc=builder.parse(“my.xml”);
第3题:
A.DomResult对象的DomResult方法
B.Nodelist对象的toString方法
C.Document对象的addDocumenListener方法
D.Transformer对象的transform方法
第4题:
A.使用URL对象的openConnection()方法得到
B.使用URLConnection类的静态方法openConnection()方法得到
C.使用URL对象的getConnection()方法得到
D.使用URLConnection类的静态方法getConnection()方法得到
第5题:
A.使用URL对象的openConnection()方法得到
B.使用URLConnection类的静态方法openConnection()方法得到
C.使用URL对象的getConnection()方法得到
D.使用URLConnection类的静态方法getConnection()方法得到