Home
last modified time | relevance | path

Searched defs:namespaceURI (Results 1 – 25 of 105) sorted by relevance

12345

/libcore/luni/src/test/java/tests/org/w3c/dom/
DCreateAttributeNS.java63 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
DCreateElementNS.java81 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
DDocumentCreateAttributeNS.java82 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
DCreateDocument.java84 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
DHasAttributeNS.java75 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
DSetAttributeNS.java80 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
DDOMImplementationCreateDocument.java61 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
DDocumentCreateElementNS.java58 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
DGetAttributeNS.java91 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
DSetAttributeNodeNS.java83 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
DSetNamedItemNS.java104 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/
DElement.java179 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()
DNamedNodeMap.java117 public Node getNamedItemNS(String namespaceURI, in getNamedItemNS()
179 public Node removeNamedItemNS(String namespaceURI, in removeNamedItemNS()
DDocument.java376 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()
DNameList.java65 public boolean containsNS(String namespaceURI, in containsNS()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java43 String namespaceURI; field in ElementImpl
49 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in ElementImpl()
70 private int indexOfAttributeNS(String namespaceURI, String localName) { in indexOfAttributeNS()
92 public String getAttributeNS(String namespaceURI, String localName) { in getAttributeNS()
112 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) { in getAttributeNodeNS()
167 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS()
207 public boolean hasAttributeNS(String namespaceURI, String localName) { in hasAttributeNS()
224 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS()
257 public void setAttributeNS(String namespaceURI, String qualifiedName, in setAttributeNS()
334 private int indexOfItemNS(String namespaceURI, String localName) { in indexOfItemNS()
[all …]
DAttrImpl.java42 String namespaceURI; field in AttrImpl
48 AttrImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in AttrImpl()
DDocumentImpl.java76 public DocumentImpl(DOMImplementationImpl impl, String namespaceURI, in DocumentImpl()
313 public Node renameNode(Node node, String namespaceURI, String qualifiedName) { in renameNode()
318 setNameNS((NodeImpl) node, namespaceURI, qualifiedName); in renameNode() local
327 public AttrImpl createAttributeNS(String namespaceURI, String qualifiedName) { in createAttributeNS()
347 public ElementImpl createElementNS(String namespaceURI, String qualifiedName) { in createElementNS()
395 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS()
/libcore/luni/src/main/java/javax/xml/namespace/
DNamespaceContext.java191 String getPrefix(String namespaceURI); in getPrefix()
255 Iterator getPrefixes(String namespaceURI); in getPrefixes()
DQName.java97 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/
DLSResourceResolver.java76 String namespaceURI, in resolveResource()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DgetElementsByTagNameNS01.java67 String namespaceURI = "*"; in runTest() local
DsetAttributeNS10.java63 String namespaceURI = "http://www.example.gov"; in runTest() local
Dprefix11.java72 String namespaceURI; in runTest() local
DdocumentcreateattributeNS07.java82 String namespaceURI = "http://www.W3.org/2000/xmlns"; in runTest() local

12345