OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeList
(Results
126 - 150
of
817
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodevalue.java
73
NodeList
elementList;
75
NodeList
childList;
nodechildnodes.java
59
NodeList
elementList;
61
NodeList
childNodes;
nodechildnodesappendchild.java
31
* Add an element and check that the previously retrieved childNodes
NodeList
61
NodeList
elementList;
63
NodeList
childList;
nodeinsertbeforedocfragment.java
68
NodeList
elementList;
70
NodeList
childList;
nodeinsertbeforenodeancestor.java
71
NodeList
elementList;
73
NodeList
childList;
nodeinsertbeforenodename.java
66
NodeList
elementList;
68
NodeList
childList;
nodeinsertbeforerefchildnull.java
68
NodeList
elementList;
70
NodeList
childList;
nodelistindexnotzero.java
64
NodeList
elementList;
66
NodeList
employeeList;
nodelistreturnfirstitem.java
31
* Get the first child of the third employee using
NodeList
.item(0)
60
NodeList
elementList;
62
NodeList
employeeList;
nodelistreturnlastitem.java
31
* Get this last child of the third employee using
NodeList
.item(
NodeList
.length - 1)
60
NodeList
elementList;
62
NodeList
employeeList;
noderemovechildgetnodename.java
63
NodeList
elementList;
65
NodeList
childList;
noderemovechildnode.java
62
NodeList
elementList;
64
NodeList
childList;
nodereplacechild.java
65
NodeList
elementList;
67
NodeList
childList;
nodereplacechildnodeancestor.java
71
NodeList
elementList;
73
NodeList
childList;
nodereplacechildnodename.java
64
NodeList
elementList;
66
NodeList
childList;
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode13.java
76
NodeList
childList;
78
NodeList
importedList;
normalize01.java
72
NodeList
elementList;
74
NodeList
textList;
removeAttributeNS01.java
78
NodeList
genderList;
81
NodeList
gList;
/libcore/luni/src/main/java/org/w3c/dom/
Document.java
189
* Returns a <code>
NodeList
</code> of all the <code>Elements</code> in
196
* @return A new <code>
NodeList
</code> object containing all the matched
199
public
NodeList
getElementsByTagName(String tagname);
450
* Returns a <code>
NodeList
</code> of all the <code>Elements</code> with a
456
* @return A new <code>
NodeList
</code> object containing all the matched
460
public
NodeList
getElementsByTagNameNS(String namespaceURI,
[
all
...]
Element.java
155
* Returns a <code>
NodeList
</code> of all descendant <code>Elements</code>
161
public
NodeList
getElementsByTagName(String name);
309
* Returns a <code>
NodeList
</code> of all the descendant
316
* @return A new <code>
NodeList
</code> object containing all the matched
324
public
NodeList
getElementsByTagNameNS(String namespaceURI,
/libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapSetNamedItemNS.java
28
import org.w3c.dom.
NodeList
;
90
NodeList
elementList;
129
NodeList
elementList;
130
NodeList
elementListAlt;
165
NodeList
elementList;
231
NodeList
elementList;
257
NodeList
elementList;
283
NodeList
elementList;
350
//
NodeList
elementList;
381
//
NodeList
elementList
[
all
...]
OwnerElement.java
27
import org.w3c.dom.
NodeList
;
76
NodeList
addressList;
SetAttributeNodeNS.java
27
import org.w3c.dom.
NodeList
;
88
NodeList
elementList;
114
//
NodeList
genderList;
116
//
NodeList
genList;
118
//
NodeList
gList;
152
NodeList
elementList;
167
NodeList
elementList;
188
NodeList
elementList;
/libcore/support/src/test/java/tests/support/
Support_Xml.java
25
import org.w3c.dom.
NodeList
;
42
NodeList
children = doc.getFirstChild().getChildNodes();
/packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java
23
import org.w3c.dom.
NodeList
;
25
public class NodeListImpl implements
NodeList
{
37
* Constructs a
NodeList
by searching for all descendants or the direct
52
* Constructs a
NodeList
for a given static node list.
Completed in 324 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>