|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.util.ByteListImpl
public class ByteListImpl
Implementation of org.apache.xerces.xs.datatypes.ByteList
.
Constructor Summary | |
---|---|
ByteListImpl(byte[] data)
|
Method Summary | |
---|---|
boolean |
contains(byte item)
Checks if the byte item is a
member of this list. |
int |
getLength()
The number of byte s in the list. |
byte |
item(int index)
Returns the index th item in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteListImpl(byte[] data)
Method Detail |
---|
public int getLength()
byte
s in the list. The range of
valid child object indices is 0 to length-1
inclusive.
getLength
in interface ByteList
public boolean contains(byte item)
byte
item
is a
member of this list.
contains
in interface ByteList
item
- byte
whose presence in this list
is to be tested.
byte
item
.public byte item(int index) throws XSException
index
th item in the collection. The index
starts at 0.
item
in interface ByteList
index
- index into the collection.
byte
at the index
th
position in the ByteList
.
XSException
- INDEX_SIZE_ERR: if index
is greater than or equal to the
number of objects in the list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |