Searched refs:getNamespaceURI (Results 1 - 25 of 36) sorted by relevance

12

/libcore/luni/src/main/java/javax/xml/namespace/
H A DNamespaceContext.java85 * <code>getNamespaceURI(prefix)</code>
129 String getNamespaceURI(String prefix); method in interface:NamespaceContext
H A DQName.java262 public String getNamespaceURI() { method in class:QName
/libcore/luni/src/main/java/org/w3c/dom/
H A DNameList.java41 public String getNamespaceURI(int index); method in interface:NameList
H A DNode.java491 public String getNamespaceURI(); method in interface:Node
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dnodegetnamespaceuri03.java34 * The method getNamespaceURI returns the namespace URI of this node, or null if it is unspecified
39 * Retreive their namespaceURI's using getNamespaceURI and verrify if it is correct.
89 elemNSURI = elementNS.getNamespaceURI();
90 elemNSURINull = element.getNamespaceURI();
91 attrNSURI = attrNS.getNamespaceURI();
92 attrNSURINull = attr.getNamespaceURI();
H A DdocumentcreateattributeNS02.java79 namespaceURI = attribute1.getNamespaceURI();
90 namespaceURI = attribute2.getNamespaceURI();
H A DnamespaceURI04.java34 * The "getNamespaceURI()" method for a Node
37 * Retrieve the second employee node and invoke the "getNamespaceURI()"
72 employeeNamespace = testEmployee.getNamespaceURI();
H A Dprefix11.java76 namespaceURI = employeeNode.getNamespaceURI();
H A DdocumentcreateelementNS01.java90 nsURI = element.getNamespaceURI();
H A Ddocumentimportnode05.java92 namespaceURI = importedAttr.getNamespaceURI();
H A Delementsetattributenodens01.java95 attrNS = attrNode.getNamespaceURI();
H A DnamespaceURI01.java34 * The "getNamespaceURI()" method for an Attribute
39 * Invoke the "getNamespaceURI()" method on the attribute.
84 attrNamespaceURI = addrAttr.getNamespaceURI();
H A DnamespaceURI02.java34 * The "getNamespaceURI()" method for an Attribute
38 * Invoke the "getNamespaceURI()" method on the attribute.
82 attrNamespaceURI = addrAttr.getNamespaceURI();
H A DnamespaceURI03.java34 * The "getNamespaceURI()" method for a Node
37 * Retrieve the first employee node and invoke the "getNamespaceURI()"
79 employeeNamespace = testEmployee.getNamespaceURI();
H A DremoveAttributeNS02.java95 namespaceURI = addrAttr.getNamespaceURI();
H A DsetAttributeNS04.java94 resultNamespaceURI = addrAttr.getNamespaceURI();
H A DsetAttributeNS09.java89 resultNamespaceURI = addrAttr.getNamespaceURI();
H A Delementgetattributenodens01.java93 attrNS = attribute.getNamespaceURI();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNodeGetNamespaceURI.java33 * The method getNamespaceURI returns the namespace URI of this node, or null if it is unspecified
38 * Retreive their namespaceURI's using getNamespaceURI and verrify if it is correct.
88 elemNSURI = elementNS.getNamespaceURI();
89 elemNSURINull = element.getNamespaceURI();
90 attrNSURI = attrNS.getNamespaceURI();
91 attrNSURINull = attr.getNamespaceURI();
H A DNamespaceURI.java33 * The "getNamespaceURI()" method for an Attribute returns the namespace URI of
37 * "emp:district" that is specified in the DTD. Invoke the "getNamespaceURI()"
88 // attrNamespaceURI = addrAttr.getNamespaceURI();
103 attrNamespaceURI = addrAttr.getNamespaceURI();
115 employeeNamespace = testEmployee.getNamespaceURI();
126 employeeNamespace = testEmployee.getNamespaceURI();
H A DElementGetAttributeNodeNS.java77 attrNS = attribute.getNamespaceURI();
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DAttrImpl.java70 public String getNamespaceURI() { method in class:AttrImpl
H A DNodeImpl.java102 public String getNamespaceURI() { method in class:NodeImpl
501 if (namespaceURI.equals(node.getNamespaceURI())
514 if (!"http://www.w3.org/2000/xmlns/".equals(attr.getNamespaceURI())
562 if (node.getNamespaceURI() != null) {
566 return node.getNamespaceURI();
579 if (!"http://www.w3.org/2000/xmlns/".equals(attr.getNamespaceURI())) {
605 values.add(node.getNamespaceURI());
686 : b.getNamedItemNS(aNode.getNamespaceURI(), aNode.getLocalName());
H A DElementImpl.java73 if (Objects.equal(namespaceURI, attr.getNamespaceURI())
179 public String getNamespaceURI() { method in class:ElementImpl
307 int i = indexOfAttributeNS(newAttr.getNamespaceURI(), newAttr.getLocalName());
/libcore/luni/src/test/java/libcore/xml/
H A DSimpleBuilderTest.java63 assertEquals("http://www.foo.bar", root.getNamespaceURI());

Completed in 167 milliseconds

12