OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAttributeNodeNS
(Results
1 - 25
of
62
) sorted by null
1
2
3
/libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNodeNS.java
67
element.
setAttributeNodeNS
(attribute1);
70
element.
setAttributeNodeNS
(attribute2);
97
element.
setAttributeNodeNS
(attribute);
ElementSetAttributeNodeNS.java
35
* Testing Element.
setAttributeNodeNS
: If an attribute with that local name and
39
* element node using the
setAttributeNodeNS
method. Check that only one
96
element.
setAttributeNodeNS
(attribute1);
97
element.
setAttributeNodeNS
(attribute2);
128
newAttr = element2.
setAttributeNodeNS
(attributeCloned);
153
element2.
setAttributeNodeNS
(attribute);
170
element1.
setAttributeNodeNS
(attribute);
175
element2.
setAttributeNodeNS
(attribute);
197
element.
setAttributeNodeNS
(attribute);
217
element.
setAttributeNodeNS
(attribute)
[
all
...]
SetAttributeNodeNS.java
39
* "
setAttributeNodeNS
(newAttr)" methods are invoked to create and add a new
40
* attribute to the newly created Element. The "
setAttributeNodeNS
(newAttr)"
53
public final class
SetAttributeNodeNS
extends DOMTestCase {
98
newElement.
setAttributeNodeNS
(newAttr);
103
((Element) /* Node */testAddr).
setAttributeNodeNS
(newAttr);
141
// genElement.
setAttributeNodeNS
(newAttr);
162
.
setAttributeNodeNS
(newAttr);
178
.
setAttributeNodeNS
(newAttr);
200
((Element) /* Node */testAddr).
setAttributeNodeNS
(newAttr);
NamedNodeMapGetNamedItemNS.java
129
((Element) /* Node */element).
setAttributeNodeNS
(newAttr1);
131
((Element) /* Node */element).
setAttributeNodeNS
(newAttr2);
150
element.
setAttributeNodeNS
(newAttr1);
188
// element.
setAttributeNodeNS
(newAttr1);
ElementRemoveAttributeNS.java
60
element.
setAttributeNodeNS
(attribute);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributenodens01.java
34
* Testing Element.
setAttributeNodeNS
: If an attribute with that local name
40
*
setAttributeNodeNS
method. Check that only one attribute is added, check
91
newAttribute = element.
setAttributeNodeNS
(attribute1);
92
newAttribute = element.
setAttributeNodeNS
(attribute2);
elementsetattributenodens04.java
34
* The method
setAttributeNodeNS
Adds a new attribute and raises an INUSE_ATTRIBUTE_ERR
82
newAttribute = element1.
setAttributeNodeNS
(attribute);
87
newAttribute = element2.
setAttributeNodeNS
(attribute);
elementsetattributenodens06.java
34
* The method
setAttributeNodeNS
Adds a new attribute and raises an WRONG_DOCUMENT_ERR if this node
84
newAttribute = element.
setAttributeNodeNS
(attribute);
92
newAttribute = element.
setAttributeNodeNS
(attribute2);
namednodemapgetnameditemns03.java
82
newAttribute = ((Element) /*Node */element).
setAttributeNodeNS
(newAttr1);
84
newAttribute = ((Element) /*Node */element).
setAttributeNodeNS
(newAttr2);
namednodemapremovenameditemns03.java
82
newAttribute = ((Element) /*Node */element).
setAttributeNodeNS
(attribute1);
84
newAttribute = ((Element) /*Node */element).
setAttributeNodeNS
(attribute2);
setAttributeNodeNS01.java
40
* and "
setAttributeNodeNS
(newAttr)" methods are invoked
42
* Element. The "
setAttributeNodeNS
(newAttr)" method is
91
setAttr1 = newElement.
setAttributeNodeNS
(newAttr);
96
setAttr2 = ((Element) /*Node */testAddr).
setAttributeNodeNS
(newAttr);
setAttributeNodeNS03.java
34
* The "
setAttributeNodeNS
(newAttr)" adds a new attribute.
82
newAddrAttr = ((Element) /*Node */testAddr).
setAttributeNodeNS
(newAttr);
elementgetattributenodens01.java
85
newAttribute1 = element.
setAttributeNodeNS
(attribute1);
87
newAttribute2 = element.
setAttributeNodeNS
(attribute2);
attrgetownerelement02.java
80
newAttr = element.
setAttributeNodeNS
(attr);
elementgetattributenodens02.java
78
newAttribute1 = element.
setAttributeNodeNS
(attribute);
elementremoveattributens01.java
80
newAttribute = element.
setAttributeNodeNS
(attribute);
elementsetattributenodens02.java
34
* Test the
setAttributeNodeNS
method.
89
newAttr = element2.
setAttributeNodeNS
(attributeCloned);
elementsetattributenodens03.java
34
* The method
setAttributeNodeNS
adds a new attribute and raises the
91
newAttribute = element2.
setAttributeNodeNS
(attribute);
elementsetattributenodens05.java
34
* The method
setAttributeNodeNS
Adds a new attribute and raises
87
newAttribute = element.
setAttributeNodeNS
(attribute);
getAttributeNS02.java
82
districtAttr = testAddr.
setAttributeNodeNS
(newAttribute);
namednodemapgetnameditemns04.java
85
newAttribute = element.
setAttributeNodeNS
(newAttr1);
namednodemapgetnameditemns06.java
86
newAttribute = element.
setAttributeNodeNS
(newAttr1);
namednodemapsetnameditemns01.java
86
newAttribute = ((Element) /*Node */element).
setAttributeNodeNS
(newAttr1);
nodesetprefix02.java
85
setNode = element.
setAttributeNodeNS
(newAttribute);
setAttributeNodeNS02.java
34
* The "
setAttributeNodeNS
(namespaceURI,qualifiedName,value)" method for an attribute causes the
41
* "
setAttributeNodeNS
(newAttr)" method.
105
setAttr1 = genElement.
setAttributeNodeNS
(newAttr);
Completed in 361 milliseconds
1
2
3