OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeNamedItem
(Results
1 - 25
of
41
) sorted by null
1
2
/libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java
82
public Node
removeNamedItem
(String name)
/external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.h
54
PassRefPtr<Node>
removeNamedItem
(const AtomicString& name, ExceptionState&);
NamedNodeMap.idl
30
[RaisesException, CustomElementCallbacks] Node
removeNamedItem
([Default=Undefined] optional DOMString name);
NamedNodeMap.cpp
58
PassRefPtr<Node> NamedNodeMap::
removeNamedItem
(const AtomicString& name, ExceptionState& exceptionState)
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapnotfounderr.java
31
* The "
removeNamedItem
(name)" method raises a
81
removedNode = attributes.
removeNamedItem
("lang");
hc_namednodemapremovenameditem.java
31
* The "
removeNamedItem
(name)" method removes a node
36
* list is created invoke the "
removeNamedItem
(name)"
78
removedNode = attributes.
removeNamedItem
("class");
namednodemapnotfounderr.java
31
* The "
removeNamedItem
(name)" method raises a
81
removedNode = attributes.
removeNamedItem
("district");
namednodemapremovenameditemreturnnodevalue.java
31
* The "
removeNamedItem
(name)" method returns the node
36
* list is created invoke the "
removeNamedItem
(name)"
37
* method with name="street". The "
removeNamedItem
(name)"
77
removedNode = attributes.
removeNamedItem
("street");
hc_entitiesremovenameditem1.java
78
retval = entities.
removeNamedItem
("alpha");
hc_notationsremovenameditem1.java
78
retval = notations.
removeNamedItem
("notation1");
namednodemapremovenameditem.java
31
* The "
removeNamedItem
(name)" method removes a node
36
* list is created invoke the "
removeNamedItem
(name)"
86
removedNode = attributes.
removeNamedItem
("street");
namednodemapremovenameditemgetvalue.java
31
* If the node removed by the "
removeNamedItem
(name)" method
37
* list is created invoke the "
removeNamedItem
(name)"
38
* method with name="street". The "
removeNamedItem
(name)"
88
removedNode = attributes.
removeNamedItem
("street");
/packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java
57
public Node
removeNamedItem
(String name) throws DOMException {
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h
70
void
removeNamedItem
(const AtomicString& name);
HTMLDocument.cpp
242
void HTMLDocument::
removeNamedItem
(const AtomicString& name)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java
181
public Node
removeNamedItem
(String name)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNamedNodeMap.java
93
public Node
removeNamedItem
(String name) throws DOMException {
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java
350
public Node
removeNamedItem
(String name) throws DOMException {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java
671
public Node
removeNamedItem
(String name) throws DOMException
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java
391
attributes.
removeNamedItem
(ns);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py
532
a2 = attrs.
removeNamedItem
("a")
534
self.assertRaises(xml.dom.NotFoundErr, attrs.
removeNamedItem
, "a")
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
555
def
removeNamedItem
(self, name):
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py
532
a2 = attrs.
removeNamedItem
("a")
534
self.assertRaises(xml.dom.NotFoundErr, attrs.
removeNamedItem
, "a")
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
555
def
removeNamedItem
(self, name):
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
[
all
...]
Completed in 502 milliseconds
1
2