org.apache.xerces.impl.xs.util
public class NSItemListImpl extends Object implements XSNamespaceItemList
Version: $Id: NSItemListImpl.java,v 1.5 2004/10/06 15:14:50 mrglavas Exp $
Constructor Summary | |
---|---|
NSItemListImpl(Vector v) | |
NSItemListImpl(XSNamespaceItem[] array, int length)
Construct an XSNamespaceItemList implementation
|
Method Summary | |
---|---|
int | getLength()
The number of Objects in the list. |
XSNamespaceItem | item(int index) |
Parameters: array the data array length the number of elements
Objects
in the list. The range of valid
child node indices is 0 to length-1
inclusive.