/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | CreateAttributeNS.java | 63 String namespaceURI = "http://www.ecommerce.org/"; in testCreateAttributeNS1() local 80 String namespaceURI = null; in testCreateAttributeNS2() local 98 String namespaceURI = "http://www.wedding.com/"; in testCreateAttributeNS3() local 146 String namespaceURI = "http://www.w3.org/XML/1998/namespaces"; in testCreateAttributeNS4() local 163 String namespaceURI = "http://www.ecommerce.org/"; in testCreateAttributeNS5() local 174 String namespaceURI = "http://www.example.com/"; in testCreateAttributeNS6() local
|
D | CreateElementNS.java | 81 String namespaceURI = "http://www.ecommerce.org/"; in testCreateElementNS1() local 98 String namespaceURI = null; in testCreateElementNS2() local 116 String namespaceURI = "http://www.wedding.com/"; in testCreateElementNS3() local 165 String namespaceURI = "http://www.w3.org/XML/1998/namespaces"; in testCreateElementNS4() local 182 String namespaceURI = "http://www.nist.gov"; in testCreateElementNS5() local 193 String namespaceURI = "http://www.example.com/"; in testCreateElementNS6() local
|
D | DocumentCreateAttributeNS.java | 82 String namespaceURI = null; in testCreateAttributeNS1() local 109 String namespaceURI; in testCreateAttributeNS2() local 144 String namespaceURI = "http://www.w3.org/DOM/Test/Level2"; in testCreateAttributeNS3() local 175 String namespaceURI = "http://www.w3.org/DOM/Test/Level2"; in testCreateAttributeNS4() local 208 String namespaceURI = null; in testCreateAttributeNS5() local 233 String namespaceURI = "http://www.w3.org/XML/1998 /namespace"; in testCreateAttributeNS6() local 253 String namespaceURI = "http://www.W3.org/2000/xmlns"; in testCreateAttributeNS7() local
|
D | CreateDocument.java | 84 String namespaceURI = "http://www.ecommerce.org/"; in testCreateDocument1() local 104 String namespaceURI = null; in testCreateDocument2() local 169 String namespaceURI = "http://www.ecommerce.org/schema"; in testCreateDocument5() local 221 String namespaceURI = "http://ecommerce.org/schema"; in testCreateDocument6() local 241 String namespaceURI = "http://www.ecommerce.org/schema"; in testCreateDocument7() local 259 String namespaceURI = "http://www.example.org/schema"; in testCreateDocument8() local
|
D | SetAttributeNS.java | 80 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS1() local 101 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS2() local 191 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNS5() local 209 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS6() local 230 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS7() local 252 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNS9() local 281 String namespaceURI = "http://www.example.gov"; in testSetAttributeNS10() local
|
D | HasAttributeNS.java | 75 String namespaceURI = "http://www.usa.com"; in testHasAttributeNS1() local 88 String namespaceURI = "http://www.nomatch.com"; in testHasAttributeNS2() local 101 String namespaceURI = "http://www.nist.gov"; in testHasAttributeNS3() local 131 String namespaceURI = "http://www.usa.com"; in testHasAttributeNS5() local
|
D | DOMImplementationCreateDocument.java | 61 String namespaceURI = "http://www.w3.org/DOMTest/L2"; in testCreateDocument3() local 88 String namespaceURI = null; in testCreateDocument4() local 110 String namespaceURI = "http://www.w3.org/xml/1998/namespace"; in testCreateDocument5() local 131 String namespaceURI = "http://www.w3.org/DOMTest/level2"; in testCreateDocument7() local
|
D | DocumentCreateElementNS.java | 58 String namespaceURI = "http://www.w3.org/DOM/Test/level2"; in testCreateElementNS1() local 82 String namespaceURI = null; in testCreateElementNS2() local 100 String namespaceURI = null; in testCreateElementNS5() local 122 String namespaceURI = "http://www.w3.org/xml/1998/namespace "; in testCreateElementNS6() local
|
D | GetAttributeNS.java | 91 String namespaceURI = "http://www.nist.gov"; in testGetAttributeNS2() local 112 String namespaceURI = "http://www.nist.gov"; in testGetAttributeNS3() local 127 String namespaceURI = "http://www.nist.gov"; in testGetAttributeNS4() local
|
D | SetAttributeNodeNS.java | 83 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNode1() local 149 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNode3() local 183 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNode5() local
|
D | SetNamedItemNS.java | 104 String namespaceURI = "http://www.usa.com"; in testSetNamedItemNS2() local 132 String namespaceURI = "http://www.nist.gov"; in testSetNamedItemNS3() local 197 String namespaceURI = "http://www.usa.com"; in testSetNamedItemNS5() local
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | Element.java | 179 public String getAttributeNS(String namespaceURI, in getAttributeNS() 225 public void setAttributeNS(String namespaceURI, in setAttributeNS() 254 public void removeAttributeNS(String namespaceURI, in removeAttributeNS() 275 public Attr getAttributeNodeNS(String namespaceURI, in getAttributeNodeNS() 324 public NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 359 public boolean hasAttributeNS(String namespaceURI, in hasAttributeNS() 412 public void setIdAttributeNS(String namespaceURI, in setIdAttributeNS()
|
D | NamedNodeMap.java | 117 public Node getNamedItemNS(String namespaceURI, in getNamedItemNS() 179 public Node removeNamedItemNS(String namespaceURI, in removeNamedItemNS()
|
D | Document.java | 376 public Element createElementNS(String namespaceURI, in createElementNS() 445 public Attr createAttributeNS(String namespaceURI, in createAttributeNS() 460 public NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 810 String namespaceURI, in renameNode()
|
D | NameList.java | 65 public boolean containsNS(String namespaceURI, in containsNS()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | ElementImpl.java | 46 String namespaceURI; field in ElementImpl 53 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in ElementImpl() 74 private int indexOfAttributeNS(String namespaceURI, String localName) { in indexOfAttributeNS() 96 public String getAttributeNS(String namespaceURI, String localName) { in getAttributeNS() 116 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) { in getAttributeNodeNS() 171 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS() 211 public boolean hasAttributeNS(String namespaceURI, String localName) { in hasAttributeNS() 228 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() 261 public void setAttributeNS(String namespaceURI, String qualifiedName, in setAttributeNS() 338 private int indexOfItemNS(String namespaceURI, String localName) { in indexOfItemNS() [all …]
|
D | DocumentImpl.java | 75 public DocumentImpl(DOMImplementationImpl impl, String namespaceURI, in DocumentImpl() 312 public Node renameNode(Node node, String namespaceURI, String qualifiedName) { in renameNode() 317 setNameNS((NodeImpl) node, namespaceURI, qualifiedName); in renameNode() local 326 public AttrImpl createAttributeNS(String namespaceURI, String qualifiedName) { in createAttributeNS() 346 public ElementImpl createElementNS(String namespaceURI, String qualifiedName) { in createElementNS() 394 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS()
|
D | AttrImpl.java | 42 String namespaceURI; field in AttrImpl 48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in AttrImpl()
|
/libcore/luni/src/main/java/javax/xml/namespace/ |
D | NamespaceContext.java | 191 String getPrefix(String namespaceURI); in getPrefix() 255 Iterator getPrefixes(String namespaceURI); in getPrefixes()
|
D | QName.java | 97 private final String namespaceURI; field in QName 152 public QName(final String namespaceURI, final String localPart) { in QName() 193 public QName(String namespaceURI, String localPart, String prefix) { in QName()
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
D | LSResourceResolver.java | 76 String namespaceURI, in resolveResource()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | documentcreateattributeNS07.java | 82 String namespaceURI = "http://www.W3.org/2000/xmlns"; in runTest() local
|
D | prefix11.java | 72 String namespaceURI; in runTest() local
|
D | getElementsByTagNameNS01.java | 67 String namespaceURI = "*"; in runTest() local
|
D | createAttributeNS02.java | 69 String namespaceURI = null; in runTest() local
|