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

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 179 public Node removeNamedItemNS(String namespaceURI,
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.idl 53 [OldStyleObjC] Node removeNamedItemNS(in [ConvertNullToNullString] DOMString namespaceURI,
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns04.java 34 * The method removeNamedItemNS removes a node specified by local name and namespace
80 attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns");
83 attributeRemoved = (Attr) attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc");
namednodemapremovenameditemns05.java 87 removedNode = entities.removeNamedItemNS(nullNS, "ent1");
102 removedNode = notations.removeNamedItemNS(nullNS, "notation1");
hc_entitiesremovenameditemns1.java 31 * An attempt to add remove an entity using removeNamedItemNS should result in
35 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
74 retval = entities.removeNamedItemNS("http://www.w3.org/1999/xhtml", "alpha");
hc_notationsremovenameditemns1.java 31 * An attempt to add remove an notation using removeNamedItemNS should result in
35 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
74 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml", "alpha");
namednodemapremovenameditemns01.java 34 * The method removeNamedItemNS removes a node specified by local name and namespace
79 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
namednodemapremovenameditemns02.java 34 * The method removeNamedItemNS removes a node specified by local name and namespace
88 attribute = (Attr) attributes.removeNamedItemNS(nullNS, "defaultAttr");
namednodemapremovenameditemns03.java 34 * The method removeNamedItemNS removes a node specified by local name and namespace
86 attribute = (Attr) attributes.removeNamedItemNS("http://www.w3.org/DOM/L1", "att");
namednodemapremovenameditemns06.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
85 attribute = (Attr) attributes.removeNamedItemNS("http://www.Nist.gov", "domestic");
namednodemapremovenameditemns07.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
85 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
namednodemapremovenameditemns08.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
88 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
namednodemapremovenameditemns09.java 34 * The method removeNamedItemNS removes a node using its namespaceURI and localName and
82 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov", "domestic");
removeNamedItemNS01.java 34 * The "removeNamedItemNS(namespaceURI,localName)" method for a
41 * method removeNamedItemNS(namespaceURI,localName).
85 removedNode = attributes.removeNamedItemNS("http://www.usa.com", "domestic");
removeNamedItemNS02.java 34 * The "removeNamedItemNS(namespaceURI,localName)" method for a
42 * method removeNamedItemNS(namespaceURI,localName).
47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
48 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NOT_FOUND_ERR'])</a>
87 removedNode = attributes.removeNamedItemNS(namespaceURI, localName);
namednodemapsetnameditemns03.java 98 newNode = attributesAlt.removeNamedItemNS(nullNS, "street");
removeNamedItemNS03.java 34 * The "removeNamedItemNS(namespaceURI,localName)" method for a
40 * in the node's map with method removeNamedItemNS(namespaceURI,localName).
46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
108 removedNode = attributes.removeNamedItemNS(namespaceURI, localName);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapRemoveNamedItemNS.java 35 * The method removeNamedItemNS removes a node specified by local name and
86 attribute = (Attr) attributes.removeNamedItemNS("http://www.nist.gov",
108 // attribute = (Attr) attributes.removeNamedItemNS(nullNS, "defaultAttr");
133 attribute = (Attr) attributes.removeNamedItemNS(
151 attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "xmlns");
155 attributes.removeNamedItemNS("http://www.w3.org/2000/xmlns/", "dmstc");
178 // entities.removeNamedItemNS(nullNS, "ent1");
193 // notations.removeNamedItemNS(nullNS, "notation1");
222 attributes.removeNamedItemNS("http://www.Nist.gov", "domestic");
244 attributes.removeNamedItemNS("http://www.nist.gov", "domestic")
    [all...]
RemoveNamedItemNS.java 34 * The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap
40 * method removeNamedItemNS(namespaceURI,localName). Check to see if the node
48 public final class RemoveNamedItemNS extends DOMTestCase {
88 removedNode = attributes.removeNamedItemNS("http://www.usa.com",
110 attributes.removeNamedItemNS(namespaceURI,
152 // attributes.removeNamedItemNS(namespaceURI,
HCNotationsRemoveNamedItemNS.java 29 * An attempt to add remove an notation using removeNamedItemNS should result in
36 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS</a>
81 notations.removeNamedItemNS("http://www.w3.org/1999/xhtml",
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 67 public Node removeNamedItemNS(String namespaceURI, String localName)
  /external/webkit/LayoutTests/dom/html/level2/core/
hc_entitiesremovenameditemns1.js 78 An attempt to add remove an entity using removeNamedItemNS should result in
83 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS
114 retval = entities.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
hc_notationsremovenameditemns1.js 78 An attempt to add remove an notation using removeNamedItemNS should result in
83 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS
114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
hc_entitiesremovenameditemns1.js 78 An attempt to add remove an entity using removeNamedItemNS should result in
83 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS
114 retval = entities.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
hc_notationsremovenameditemns1.js 78 An attempt to add remove an notation using removeNamedItemNS should result in
83 * @see http://www.w3.org/TR/DOM-Level-2-Core/core#ID-removeNamedItemNS
114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");

Completed in 489 milliseconds

1 2