OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testNode
(Results
1 - 25
of
74
) sorted by null
1
2
3
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/
NodeTest.java
24
public void
testNode
() {
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttribute01.java
66
Element
testNode
;
70
testNode
= (Element) elementList.item(4);
71
state =
testNode
.hasAttribute("domestic");
hasAttribute03.java
66
Element
testNode
;
70
testNode
= (Element) elementList.item(0);
71
state =
testNode
.hasAttribute("nomatch");
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java
68
Node
testNode
;
74
testNode
= addressList.item(3);
75
attributes =
testNode
.getAttributes();
attrcreatetextnode2.java
67
Node
testNode
;
73
testNode
= addressList.item(3);
74
attributes =
testNode
.getAttributes();
attreffectivevalue.java
64
Node
testNode
;
70
testNode
= addressList.item(0);
71
attributes =
testNode
.getAttributes();
attrentityreplacement.java
69
Node
testNode
;
75
testNode
= addressList.item(3);
76
attributes =
testNode
.getAttributes();
attrname.java
65
Node
testNode
;
71
testNode
= addressList.item(1);
72
attributes =
testNode
.getAttributes();
attrnextsiblingnull.java
64
Node
testNode
;
70
testNode
= addressList.item(0);
71
attributes =
testNode
.getAttributes();
attrnotspecifiedvalue.java
74
Node
testNode
;
80
testNode
= addressList.item(0);
81
attributes =
testNode
.getAttributes();
attrparentnodenull.java
64
Node
testNode
;
70
testNode
= addressList.item(0);
71
attributes =
testNode
.getAttributes();
attrprevioussiblingnull.java
64
Node
testNode
;
70
testNode
= addressList.item(0);
71
attributes =
testNode
.getAttributes();
attrspecifiedvalue.java
67
Node
testNode
;
73
testNode
= addressList.item(0);
74
attributes =
testNode
.getAttributes();
attrspecifiedvaluechanged.java
68
Node
testNode
;
74
testNode
= addressList.item(2);
75
((Element) /*Node */
testNode
).setAttribute("street", "Yes");
76
attributes =
testNode
.getAttributes();
attrspecifiedvalueremove.java
78
Node
testNode
;
84
testNode
= addressList.item(2);
85
((Element) /*Node */
testNode
).removeAttribute("street");
86
attributes =
testNode
.getAttributes();
hc_attrcreatetextnode.java
67
Node
testNode
;
73
testNode
= addressList.item(3);
74
attributes =
testNode
.getAttributes();
hc_attrcreatetextnode2.java
67
Node
testNode
;
73
testNode
= addressList.item(3);
74
attributes =
testNode
.getAttributes();
hc_attreffectivevalue.java
63
Node
testNode
;
69
testNode
= addressList.item(0);
70
attributes =
testNode
.getAttributes();
hc_attrhaschildnodes.java
60
Node
testNode
;
66
testNode
= acronymList.item(3);
67
attributes =
testNode
.getAttributes();
hc_attrname.java
64
Node
testNode
;
71
testNode
= addressList.item(1);
72
attributes =
testNode
.getAttributes();
hc_attrnextsiblingnull.java
63
Node
testNode
;
69
testNode
= addressList.item(0);
70
attributes =
testNode
.getAttributes();
hc_attrparentnodenull.java
63
Node
testNode
;
69
testNode
= addressList.item(0);
70
attributes =
testNode
.getAttributes();
hc_attrprevioussiblingnull.java
63
Node
testNode
;
69
testNode
= addressList.item(0);
70
attributes =
testNode
.getAttributes();
hc_attrspecifiedvalue.java
66
Node
testNode
;
72
testNode
= addressList.item(0);
73
attributes =
testNode
.getAttributes();
hc_attrspecifiedvaluechanged.java
67
Node
testNode
;
73
testNode
= addressList.item(2);
74
((Element) /*Node */
testNode
).setAttribute("class", "Y\u03b1"); // android-changed: GREEK LOWER CASE ALPHA
75
attributes =
testNode
.getAttributes();
Completed in 1395 milliseconds
1
2
3