OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAttributeNode
(Results
1 - 25
of
39
) sorted by null
1
2
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnotfounderr.java
31
* The "
removeAttributeNode
(oldAttr)" method raises a
82
attrAddress = testAddress.
removeAttributeNode
(oldAttribute);
elementremoveattributenode.java
31
* The "
removeAttributeNode
(oldAttr)" method returns the
73
removedAttr = testEmployee.
removeAttributeNode
(streetAttr);
hc_elementnotfounderr.java
31
* The "
removeAttributeNode
(oldAttr)" method raises a
81
attrAddress = testAddress.
removeAttributeNode
(oldAttribute);
hc_elementremoveattributenode.java
31
* The "
removeAttributeNode
(oldAttr)" method returns the
72
removedAttr = testEmployee.
removeAttributeNode
(streetAttr);
elementremoveattributeaftercreate.java
31
* The "
removeAttributeNode
(oldAttr)" method removes the
77
districtAttr = testEmployee.
removeAttributeNode
(newAttribute);
elementremoveattributenodenomodificationallowederr.java
31
* The "
removeAttributeNode
(oldAttr)" method for an attribute causes the
37
* from the entity reference by executing the "
removeAttributeNode
(oldAttr)" method.
100
removedAttr = genElement.
removeAttributeNode
(attrNode);
elementremoveattributenodenomodificationallowederrEE.java
31
* The "
removeAttributeNode
(oldAttr)" method for an attribute causes the
37
* reference by executing the "
removeAttributeNode
(oldAttr)" method.
93
removedAttr = entElement.
removeAttributeNode
(attrNode);
elementremoveattributerestoredefaultvalue.java
31
* The "
removeAttributeNode
(oldAttr)" method removes the
81
removedAttr = testEmployee.
removeAttributeNode
(streetAttr);
hc_elementremoveattributeaftercreate.java
31
* The "
removeAttributeNode
(oldAttr)" method removes the
77
districtAttr = testEmployee.
removeAttributeNode
(newAttribute);
/libcore/luni/src/main/java/org/w3c/dom/
Element.java
151
public Attr
removeAttributeNode
(Attr oldAttr)
/packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java
100
public Attr
removeAttributeNode
(Attr oldAttr) throws DOMException {
/external/chromium_org/third_party/WebKit/Source/core/dom/
Element.idl
34
[RaisesException, CustomElementCallbacks, MeasureAs=ElementRemoveAttributeNode] Attr
removeAttributeNode
([Default=Undefined, StrictTypeChecking] optional Attr oldAttr); // Removed from DOM4.
Element.h
209
PassRefPtr<Attr>
removeAttributeNode
(Attr*, ExceptionState&);
[
all
...]
Document.cpp
[
all
...]
Element.cpp
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java
233
public Attr
removeAttributeNode
(Attr oldAttr) throws DOMException {
DocumentImpl.java
251
attr.ownerElement.
removeAttributeNode
(attr);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
735
self.
removeAttributeNode
(old1)
738
self.
removeAttributeNode
(old2)
755
self.
removeAttributeNode
(attr)
762
self.
removeAttributeNode
(attr)
764
def
removeAttributeNode
(self, node):
777
removeAttributeNodeNS =
removeAttributeNode
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py
735
self.
removeAttributeNode
(old1)
738
self.
removeAttributeNode
(old2)
755
self.
removeAttributeNode
(attr)
762
self.
removeAttributeNode
(attr)
764
def
removeAttributeNode
(self, node):
777
removeAttributeNodeNS =
removeAttributeNode
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java
290
public Attr
removeAttributeNode
(Attr oldAttr) throws DOMException
293
error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"
removeAttributeNode
not supported!");
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java
1163
public final Attr
removeAttributeNode
(Attr oldAttr) throws DOMException
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py
300
child.
removeAttributeNode
(node)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py
300
child.
removeAttributeNode
(node)
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar
/prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar
Completed in 2580 milliseconds
1
2