|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 bytes in the list. |
byte |
item(int index)
Returns the indexth 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()
bytes in the list. The range of
valid child object indices is 0 to length-1 inclusive.
getLength in interface ByteListpublic boolean contains(byte item)
byte item is a
member of this list.
contains in interface ByteListitem - byte whose presence in this list
is to be tested.
byte
item.
public byte item(int index)
throws XSException
indexth item in the collection. The index
starts at 0.
item in interface ByteListindex - index into the collection.
byte at the indexth
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 | |||||||||