com.filenet.wcm.toolkit.server.util.xml
Class WcmXSLUtil.NodeSet

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.xml.WcmXSLUtil.NodeSet
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
WcmXSLUtil

public static class WcmXSLUtil.NodeSet
extends java.lang.Object
implements org.w3c.dom.NodeList

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

WcmXSLUtil.NodeSet

public WcmXSLUtil.NodeSet()
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

item

public org.w3c.dom.Node item(int i)
Specified by:
item in interface org.w3c.dom.NodeList

addNode

public void addNode(org.w3c.dom.Node n)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.