|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.xml.WcmXSLUtil.NodeSet
NodeSet is an implementation of the org.w3c.dom.NodeList interface, representing a collection of XML DOM Nodes.
Constructor Summary | |
WcmXSLUtil.NodeSet()
|
Method Summary | |
void |
addNode(org.w3c.dom.Node n)
|
int |
getLength()
|
org.w3c.dom.Node |
item(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmXSLUtil.NodeSet()
Method Detail |
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public org.w3c.dom.Node item(int i)
item
in interface org.w3c.dom.NodeList
public void addNode(org.w3c.dom.Node n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |