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

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 179 public Node removeNamedItemNS(String 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",
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.h 57 PassRefPtr<Node> removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState&);
NamedNodeMap.idl 45 [RaisesException, CustomElementCallbacks=Enable] Node removeNamedItemNS([TreatNullAs=NullString,Default=Undefined] optional DOMString namespaceURI,
NamedNodeMap.cpp 73 PassRefPtr<Node> NamedNodeMap::removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState& es)
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 67 public Node removeNamedItemNS(String namespaceURI, String localName)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 265 public Node removeNamedItemNS(String namespaceURI, String localName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java 98 public Node removeNamedItemNS(String namespaceURI, String localName) throws DOMException {

Completed in 242 milliseconds

1 2