單項選擇題獲得XML文檔節(jié)點中包含的數(shù)據(jù),使用()節(jié)點對象。

A.Element
B.Document
C.Text
D.Attr


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題刪除某個標(biāo)記的屬性,使用()方法。

A.removeAttribute(String name)
B.removeChild(Node node)
C.replaceWholeText(String text)
D.getNodeName()

2.單項選擇題下面()方法可以獲得XML文檔的節(jié)點樹的根節(jié)點。

A.getEntities()
B.getPublicId()
C.getDocumentElement()
D.getWholeText()

3.單項選擇題下面()方法是輸出獲得XML文檔的編碼形式的。

A.getXmlVersion()
B.getDocType()
C.getXmlEncoding()
D.getLength()

5.單項選擇題下面()不是繼承Node接口。

A.Document接口
B.Attr接口
C.Text接口
D.TypeInfo接口