Home | History | Annotate | Download | only in test

Lines Matching refs:NS1

1378         NS1 = "http://xml.python.org/ns1"
1381 " xmlns:ns1='" + NS1 + "'"
1383 " ns1:a1='v' ns2:a2='w'/>")
1385 a1 = e.getAttributeNodeNS(NS1, "a1")
1390 e.setIdAttributeNS(NS1, "a1")
1400 a3 = doc.createAttributeNS(NS1, "a1")
1414 NS1 = "http://xml.python.org/ns1"
1417 " xmlns:ns1='" + NS1 + "'"
1419 " ns1:a1='v' ns2:a2='w'/>")
1421 a1 = e.getAttributeNodeNS(NS1, "a1")
1436 a3 = doc.createAttributeNS(NS1, "a1")