org.apache.xerces.impl.xs.util
Class ShortListImpl
java.lang.Object
org.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.
$Id: ShortListImpl.java,v 1.4 2005/05/16 20:07:07 mrglavas Exp $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.
|
boolean | equals(Object obj)
|
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
.
equals
public boolean equals(Object obj)
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-2005 Apache XML Project. All Rights Reserved.