org.apache.xerces.impl.xs.util
Class ShortListImpl
java.lang.Objectorg.apache.xerces.impl.xs.util.ShortListImpl
- org.apache.xerces.xs.ShortList
public class ShortListImpl
extends java.lang.Object
implements org.apache.xerces.xs.ShortList
Containts a list of Object's.
Version:
- Sandy Gao, IBM
ShortListImpl(short[] array, int length)- Construct an XSObjectList implementation
|
boolean | contains(short item)- Checks if the
unsigned short item is a
member of this list.
|
int | getLength()- The number of
Objects in the list.
|
short | item(int index)
|
ShortListImpl
public ShortListImpl(short[] array,
int length) Construct an XSObjectList implementation
array - the data arraylength - the number of elements
contains
public boolean contains(short item)
Checks if the unsigned short item is a
member of this list.
- contains in interface org.apache.xerces.xs.ShortList
item - unsigned short whose presence in this list
is to be tested.
- True if this list contains the
unsigned short
item.
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.ShortList
item
public short item(int index)
throws org.apache.xerces.xs.XSException- item in interface org.apache.xerces.xs.ShortList
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.