|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.excalibur.xml.xpath.SimpleNodeList
final class SimpleNodeList
Simple node list wrapper around a List object.
| Field Summary | |
|---|---|
private java.util.List |
m_list
|
| Constructor Summary | |
|---|---|
SimpleNodeList(java.util.List list)
|
|
| Method Summary | |
|---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.util.List m_list
| Constructor Detail |
|---|
SimpleNodeList(java.util.List list)
| Method Detail |
|---|
public org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListpublic int getLength()
getLength in interface org.w3c.dom.NodeList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||