org.apache.xerces.impl.xs.util
Class NSItemListImpl
java.lang.Object
org.apache.xerces.impl.xs.util.NSItemListImpl
- org.apache.xerces.xs.XSNamespaceItemList
public class NSItemListImpl
extends java.lang.Object
implements org.apache.xerces.xs.XSNamespaceItemList
Containts a list of Object's.
$Id: NSItemListImpl.java,v 1.5 2004/10/06 15:14:50 mrglavas Exp $NSItemListImpl(Vector v)
|
NSItemListImpl(org.apache.xerces.xs.XSNamespaceItem[] array, int length) - Construct an XSNamespaceItemList implementation
|
int | getLength() - The number of
Objects in the list.
|
org.apache.xerces.xs.XSNamespaceItem | item(int index)
|
NSItemListImpl
public NSItemListImpl(Vector v)
NSItemListImpl
public NSItemListImpl(org.apache.xerces.xs.XSNamespaceItem[] array,
int length)
Construct an XSNamespaceItemList implementation
array
- the data arraylength
- the number of elements
getLength
public int getLength()
The number of 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
item
public org.apache.xerces.xs.XSNamespaceItem item(int index)
- item in interface org.apache.xerces.xs.XSNamespaceItemList
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.