HomeSort by relevance Sort by last modified time
    Searched refs:getNamespaceURI (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/main/java/javax/xml/namespace/
NamespaceContext.java 85 * <code>getNamespaceURI(prefix)</code>
129 String getNamespaceURI(String prefix);
  /libcore/luni/src/main/java/org/w3c/dom/
NameList.java 41 public String getNamespaceURI(int index);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodegetnamespaceuri03.java 34 * 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();
documentcreateattributeNS02.java 79 namespaceURI = attribute1.getNamespaceURI();
90 namespaceURI = attribute2.getNamespaceURI();
namespaceURI04.java 34 * The "getNamespaceURI()" method for a Node
37 * Retrieve the second employee node and invoke the "getNamespaceURI()"
72 employeeNamespace = testEmployee.getNamespaceURI();
prefix11.java 76 namespaceURI = employeeNode.getNamespaceURI();
documentcreateelementNS01.java 90 nsURI = element.getNamespaceURI();
documentimportnode05.java 92 namespaceURI = importedAttr.getNamespaceURI();
elementsetattributenodens01.java 95 attrNS = attrNode.getNamespaceURI();
namespaceURI01.java 34 * The "getNamespaceURI()" method for an Attribute
39 * Invoke the "getNamespaceURI()" method on the attribute.
84 attrNamespaceURI = addrAttr.getNamespaceURI();
namespaceURI02.java 34 * The "getNamespaceURI()" method for an Attribute
38 * Invoke the "getNamespaceURI()" method on the attribute.
82 attrNamespaceURI = addrAttr.getNamespaceURI();
namespaceURI03.java 34 * The "getNamespaceURI()" method for a Node
37 * Retrieve the first employee node and invoke the "getNamespaceURI()"
79 employeeNamespace = testEmployee.getNamespaceURI();