home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spidla DivX
/
DivX.bin
/
CatDV Pro 3.0.8
/
lib
/
parser.jar
/
com
/
sun
/
xml
/
tree
/
DataNode$NodeListImpl.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-02-23
|
454 b
|
15 lines
package com.sun.xml.tree;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
final class DataNode$NodeListImpl implements NodeList {
public int getLength() {
return 0;
}
public Node item(int var1) {
return null;
}
}