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()
A.DocumentType節(jié)點
B.Attr節(jié)點
C.Node節(jié)點
D.Text節(jié)點
最新試題
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
如果有如下的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é)果是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
下列符號中,用來表示JSONPath語法中的根節(jié)點的是()。
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
創(chuàng)建BeatutifulSoup對象時,默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫。
()語法用于編寫Schema。
要定義一個數(shù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
針對上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
<stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表達(dá)式是()。