public class JBossXSObjectList extends Object implements org.apache.xerces.xs.XSObjectList
Constructor and Description |
---|
JBossXSObjectList() |
JBossXSObjectList(List lst) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(org.apache.xerces.xs.XSObject xsobj) |
void |
addItem(org.apache.xerces.xs.XSObject xsobj,
boolean shouldSort) |
void |
addObjects(org.apache.xerces.xs.XSObjectList lst) |
int |
getLength()
The number of
XSObjects in the list. |
org.apache.xerces.xs.XSObject |
item(int index)
Returns the
index th item in the collection or
null if index is greater than or equal to
the number of objects in the list. |
List |
toList() |
protected List list
public JBossXSObjectList()
public JBossXSObjectList(List lst)
public int getLength()
XSObjects
in the list. The range of valid
child object indices is 0 to length-1
inclusive.getLength
in interface org.apache.xerces.xs.XSObjectList
public org.apache.xerces.xs.XSObject item(int index)
index
th item in the collection or
null
if index
is greater than or equal to
the number of objects in the list. The index starts at 0.item
in interface org.apache.xerces.xs.XSObjectList
index
- index into the collection.XSObject
at the index
th
position in the XSObjectList
, or null
if
the index specified is not valid.public void addItem(org.apache.xerces.xs.XSObject xsobj)
public void addItem(org.apache.xerces.xs.XSObject xsobj, boolean shouldSort)
public void addObjects(org.apache.xerces.xs.XSObjectList lst)
public List toList()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.