A.Element
B.Document
C.Text
D.Attr
您可能感興趣的試卷
你可能感興趣的試題
A.appendChild()
B.append
C.setchild()
D.insertChild()
A.Element
B.Document
C.Text
D.Attr
A.removeAttribute(String name)
B.removeChild(Node node)
C.replaceWholeText(String text)
D.getNodeName()
A.getEntities()
B.getPublicId()
C.getDocumentElement()
D.getWholeText()
A.getXmlVersion()
B.getDocType()
C.getXmlEncoding()
D.getLength()
最新試題
聲明相同的元素至多出現(xiàn)一次應(yīng)使用哪個符號?()
下列符號中,用于注釋robots.txt文件的記錄的是()。
對于XML文檔實例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。
如果有如下的XML文檔實例片段:<studentlist>;<student>;<name>;a<;/name>;<sex>;male<;/sex>;<age>;20<;/age>;</student>;<student>;<name>;b<;/name>;<sex>;female<;/sex>;<age>;21<;/age>;</student>;</studentlist>;那么XPath 表達(dá)式/studentlist/student/name 匹配的結(jié)果是()。
下列幾個類中,用于操作請求會話的是()。
ITEM_PIPELINES設(shè)置項的值是一個保存項目中啟用的Item Pipeline及其順序的()。
“<”用DTD的內(nèi)部實體()表示。
下列選項中,可以匹配任何屬性節(jié)點的是()。
<customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段關(guān)于XML命名空間的實例片段,以下說法錯誤的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>