public class NSItemListImpl
extends java.lang.Object
implements org.apache.xerces.xs.XSNamespaceItemList
Constructor and Description |
---|
NSItemListImpl(java.util.Vector v) |
NSItemListImpl(org.apache.xerces.xs.XSNamespaceItem[] array,
int length)
Construct an XSNamespaceItemList implementation
|
public NSItemListImpl(java.util.Vector v)
public NSItemListImpl(org.apache.xerces.xs.XSNamespaceItem[] array, int length)
array
- the data arraylength
- the number of elementspublic int getLength()
Objects
in the list. The range of valid
child node indices is 0 to length-1
inclusive.getLength
in interface org.apache.xerces.xs.XSNamespaceItemList
public org.apache.xerces.xs.XSNamespaceItem item(int index)
org.apache.xerces.xs.XSNamespaceItemList
index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list. The index starts at 0.item
in interface org.apache.xerces.xs.XSNamespaceItemList
index
- index into the collection.XSNamespaceItem
at the index
th
position in the XSNamespaceItemList
, or
null
if the index specified is not valid.Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.