|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.util.NodeListImpl
public class NodeListImpl
| Constructor Summary | |
|---|---|
NodeListImpl()
Creates a new instance of NodeListImpl |
|
| Method Summary | |
|---|---|
void |
add(Node node)
add node to the end of NodeList |
int |
getLength()
get the size of the nodeList |
Node |
item(int i)
get the ith item from NodeList |
void |
merge(NodeList nodeList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeListImpl()
| Method Detail |
|---|
public int getLength()
getLength in interface NodeListpublic Node item(int i)
item in interface NodeListpublic void add(Node node)
public void merge(NodeList nodeList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||