IDOMNodeList Interface

com.bea.ide.lang.jsp
IDOMNodeList Interface

public interface IDOMNodeList

Interface representing an unmodifiable list of IDOMNode objects.

Method Summary

public int
getLength()
Returns the number of nodes in this list.
public IDOMNode
item(int i)
Returns the item at the specified index, or null if i is invalid

Method Detail

getLength() Method

public int getLength()
Returns the number of nodes in this list.


item(int) Method

public IDOMNode item(int i)
Returns the item at the specified index, or null if i is invalid